Hello,
I switched my project to IL2CPP cause now arm64 is mandatory on google play, but I cant build anymore.
The error is really weird cause it seems to search for a typical iOS file, Info.plist and it search for it in the apk folder, as the apk was a folder it self:
Android IL2CPP build failed with DirectoryNotFoundException: Could not find a part of the path "%APK_PATH%\apkName.apk\Info.plist"
How to fix this? Can switching to .NET 4.x be useful?
I already tried to remove all spaces from the path.