Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountering Issue While Packaging Android Using Distriqt ANE #34

Open
vinodh143 opened this issue Mar 22, 2024 · 1 comment
Open

Encountering Issue While Packaging Android Using Distriqt ANE #34

vinodh143 opened this issue Mar 22, 2024 · 1 comment

Comments

@vinodh143
Copy link

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?

@marchbold
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants