In Android studio, I selected build-> Generate Signed Bundle/APK and successfully created an aab file. When I tried to upload to play store, it told me my target api version was set to 28 and has to be a minimum of 29. So I changed it to target 29 in build.gradle by replacing targetSdkVersion = 28 with targetSdkVersion = 29. Then I deleted the generated aab file, jks file, and private_key.pepk files, and I tried running Generate Signed Bundle/APKagain, except nothing happens. No error message is produced. I press finish and nothing happens. I've tried changing back the build.gradle settings, but not I am unable to generate signed bundles and APKs. How do I fix this?
Android Studio will not generate a signed aab
1.2k views Asked by Philip7899 At
1
There are 1 answers
Related Questions in ANDROID-STUDIO
- Flutter plugin development android src not opening after opening example
- Listview - Getting error while linking the items correctly in Android Java
- Failed to getEnergyData
- Adding new package in a flutter project does not work untill the android studio is restarted
- unity + Vuforia balck screen in android AR app
- Android Studio Using recently added resources in compose preview in multi-module project
- Flutter project is working in debug version but not in the release version
- Can't run gradlew.bat on Windows
- Android studio crash, nothing in logcat
- Android Studio shows there has 1 usage but No usages found in All places
- Gradle Build errors while running sample code on Android Studio Iguana
- Android camera application restriction to 12 mp
- Change back to default font size in Android Studio
- `android` Does Not Exist in `~/Android/Sdk/platform-tools`
- LSTM frozen layer containing clip_by_value causing android studio to crash when deployed
Related Questions in GRADLE
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- Every Time i run the app it gives me an error related to gradle
- How Do I Create A Path In The pubspec.yaml File?
- Gradle dependencies recursively
- Android Configuring settings.gradle for different app flavours
- How to set test build type to current build type in gradle kotlin dsl?
- Media3 dependencies for build.gradle.kts for Android Studio 2023.2.1 Patch 2
- Jetbrains Intellij Works but Fleet does not : "is not recognized as an internal or external command, operable program or batch file."
- The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher"
- Gradle SAXParseException cvc-complex-type.2.4.a
- How to solve Execution failed for task ':generateReleaseBuildConfig'. error in a flutter project
- Gradle build not using jar files from local projects
- Android SafeArgs gives error with GitHub actions
Related Questions in ANDROID-BUILD
- Duplicate class com.google.common.annotations.Beta found in modules jetified-guava-32.0.1-android and jetified-guava-jdk5-13.0
- Accessing a password in MacOS Keychain via Jenkins Execute shell
- android build failing as soon as react-native-pdf-lib is installed
- Renaming Android app Bundle and APK (.aab and .apk) files with app name, version and build type - build.gradle.kts
- How to configure build.gradle.kts file in android programming
- Flutter WooCommerce App Build Fails with permission_handler_android:extractDebugAnnotations Exception
- Can I enable native bridge on x86 cuttlefish
- Kotlin build task slowing build
- AOSP - how to get final contents of PRODUCT_PACKAGES while building
- Incorporating Prebuilt APK as Device Admin in AOSP Build with Pre-Granted Runtime Permissions for Android 14
- Cannot stat install-recovery.sh when building CM 13
- Facing problem as Android build failed in a react native expo app due to unknown error
- Execution failed for task ':app:createBundleReleaseJsAndAssets'. in expo
- What's the branch/tag for emualtor rom from google
- JavaMail for Android works for the debug version but not the release version
Related Questions in ANDROID-APP-BUNDLE
- Firebase Test Lab and Play Store internal testing app fails to install with INSTALL_FAILED_INVALID_APK message
- How to create app bundle file in uno platform?
- How to fix flutter build app bundle error?
- Firebase App Distribtion AAB signing key?
- "compileReleaseJavaWithJavac'" Error when trying to output application in AAB format in flutter
- Why i got this error while uploading my appbundle to play store?
- How to update sdk using only aab or apk?
- How to build .aab bundle instead .apk file with react native EXPO locally?
- My android app shows temporary name (Package name) in the play store and (Unreviewed)
- Accessing native libraries files
- Android .AAB in GooglePlay Store does not load load languages with EnabledLanguageSplit
- Is there a way to upload an app bundle or apk to Google Play WITHOUT using Google Play Signing?
- dotnet not generating unsigned apk
- Determine if building Android APK or AAB in Gradle
- JAVA_TOOL_OPTIONS gradle problem while building Unity project App Bundle
Related Questions in ANDROID-SIGNING
- Is there a way to upload an app bundle or apk to Google Play WITHOUT using Google Play Signing?
- android studio: "The security strength of SHA-1 digest algorithm is not sufficient for this key size"
- When App Signing Upgrade Taking effective?
- What's the different between Changing App Signin Key vs Upgrade App Signin Key
- Sign an apk with signature of another signed apk using apksigner
- How to Sign Android App to avoid App not installed from Play Store error?
- Android 12/13 Signing images fails with error in sign_target_files_apks due to missing file vendor.img when vendor binaries are added
- Generate signed bundle errors (Unresolved references) only in release mode
- After a key rotation do I still need the old key to sign the update of the app?
- Unable to generate signed build using Android Studio
- How to add AndroidDebugKey to the Google Cloud API Key Restriction
- Validating app's release signature key runtime for security reasons?
- Android custom permission vs app signature
- Does it possible to build and upload an apk file available for Android 5/6 without the JAR v1 sign?
- Azure AD B2C Signature Hash with Google Managed app Signing
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Went through same problem, just check
If using previously created KeyStore and Key: Check whether you are entering the correct password for both Keystore and Key that you generated earlier.
If the issue still persists, create a new KeyStore and key for the package.
If you want to update an existing app on play store and lost your keystore and Key, then no solution is available for this. The update won't be taken and you need to upload it as a new app, entirely separate from your existing app. So, always keep the keystore and key with backups.