python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
bundletool build-bundle error: [BT:1.8.2] Error: Version code not found in manifest
I am trying to turn an apk into aab, decompile with apktool, and build with aapt2 and bundletool (all in command line, without gradle).
After decompile, aapt2 compile and link looks good, but when I e...
Yigit Alparslan
Votes: 0
Answers: 1
Flutter Execution failed for task ':app:packageReleaseBundle'
I can generate the bundle apk of debug as well as the build apk too. But when I tried to generate bundle release apk getting this error. Please help me to solve this
Execution failed for task ':app:pa...
Ankur Shinde
Votes: 0
Answers: 0
How to sign AAB file created with Buildozer?
I have created a AAB file with Buildozer, but when I uploaded the AAB file on Google Play Console I got an error that says: "The Android App Bundle has not been signed"
What I have to do to ...
Leonardo Kist
Votes: 0
Answers: 0
How to generate AAB with Bazel - Bazel crashes with NullPointerException
Bazel doesn't support aab generation as it can be seen here: https://github.com/bazelbuild/bazel/issues/11497 . Based on this comment https://github.com/bazelbuild/bazel/issues/11497#issuecomment-1012...
Yigit Alparslan
Votes: 0
Answers: 0