You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using your Facebook ANEs and Google Play Billing ANEs in one of our games. We are encountering the below error while creating the Android package.
Zip file '/private/var/folders/1_/f9053_sd4nqgrznxqjf8dgfr0000gn/T/347f3311-5dc4-4f28-ac2e-a91f1415451d/app/build/outputs/apk/release/app-release.apk' already contains entry 'AndroidManifest.xml', cannot overwrite
We have attached the full error log with this issue.
Below are the configurations we are using to create the APK:
Java Version: 11
HarmanAirSDK: 50.2
Android Target SDK: 33
Android Build Tool: 33.0.0
Build Type: release
Log File: adt.log
We are stuck and not able to proceed. Could you help us find a solution?
The text was updated successfully, but these errors were encountered:
Please check that you aren't including a file in your application named "AndroidManifest.xml".
Try setting KeepAndroidStudioOutput=true in your adt.cfg or through the AIRSDKManager and then opening the project in Android Studio. You can use this to identify the secondard android manifest file and where it has come from.
Hello,
We are using your Facebook ANEs and Google Play Billing ANEs in one of our games. We are encountering the below error while creating the Android package.
Zip file '/private/var/folders/1_/f9053_sd4nqgrznxqjf8dgfr0000gn/T/347f3311-5dc4-4f28-ac2e-a91f1415451d/app/build/outputs/apk/release/app-release.apk' already contains entry 'AndroidManifest.xml', cannot overwrite
We have attached the full error log with this issue.
Below are the configurations we are using to create the APK:
Java Version: 11
HarmanAirSDK: 50.2
Android Target SDK: 33
Android Build Tool: 33.0.0
Build Type: release
Log File:
adt.log
We are stuck and not able to proceed. Could you help us find a solution?
The text was updated successfully, but these errors were encountered: