airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
197 stars 11 forks source link

Upload Error for andriod 33 #2789

Open ponarangan opened 10 months ago

ponarangan commented 10 months ago

Get the following error when I Upload app bundle for android apk version 33.

An error occurred while running bundletool build-apks on your uploaded App Bundle. Ensure that your App Bundle is valid by running bundletool build-apks locally and try again. Learn more. Error: File 'BundleConfig.pb' was not found. Please Help

ajwfrost commented 10 months ago

Sounds like it's not a bundle format... can you try opening the aab file within a zip application and check it's got that bundleconfig.pb file at the top level? It may be that it's created an APK file instead, so it would be good to check how you created this (and best thing is to have AIR SDK Manager open at the Troubleshooting pane so we can see what's going on and what it's creating..)

thanks

ponarangan commented 10 months ago

Get the following error WhatsApp Image 2023-08-26 at 19 33 07 WhatsApp Image 2023-08-26 at 19 30 15

ajwfrost commented 10 months ago

Hi

For the first screenshot there .. are you using some ANEs? It looks like an unknown host, wondering whether there's an ANE that has a gradle dependency without providing the host information..?

Although it's also saying that it can't access "dl.google.com" so I suspect you maybe have a network issue here... If you change your configuration in the AIR SDK Manager configuration page so that "Keep Android Studio Output" is checked, then after you've got the above message you should be able to find a folder in your project area called "AndroidStudioProject". Try opening that folder in Android Studio and see if it comes up with any errors, or what happens if you try to build that project?

For ADB missing .. have you got an Android SDK in that location? and have you installed the platform tools? I'd be interested to know if ADB is somewhere else in all that..!

thanks

Andrew