Open ponarangan opened 1 year 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
Get the following error
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
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