I have successfully uploaded my app to the App Store.
I tried to upload an apk to Google Play but I get this error
Upload failed
Your APK cannot be analyzed using aapt. Error output:
Failed to run aapt dump badging:
ERROR: dump failed because no AndroidManifest.xml found
This is how my build.settings look for android
android = { versionCode = "10", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", }, googlePlayGamesAppId = "57010xxxxxxxxx", },
The strange thing is that my app builds but the resulting apk only contains
META-INF folder with a MANIFEST.MF file