distriqt / ANE-AndroidSupport

Android Support Library Native Extension
https://airnativeextensions.com
22 stars 4 forks source link

Encountering Issue While Packaging Android Using Distriqt ANE #34

Open vinodh143 opened 5 months ago

vinodh143 commented 5 months ago

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 commented 5 months ago

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.