Profile or debug APK : Generating signed Bundle requires you to update the Android Gradle plugin to version 3.2.0
Asked Answered
F

1

6

Inside Android Studio, i use Profile or debug APK option to generate signed Bundle, but I'm getting the follwing error:

"Generating signed Bundle requires you to update the Android Gradle plugin to version 3.2.0 or higher"

enter image description here

If I click "Close this dialog and update the plugin" it goes to another prompt asking whether to update. Clicking "Update" appears to do nothing except close the prompt.

Feldstein answered 25/9, 2021 at 22:26 Comment(0)
S
0

Update your classpath in Build.Gradle to the latest: classpath "com.android.tools.build:gradle:7.0.2"

enter image description here

Schappe answered 26/9, 2021 at 0:55 Comment(1)
Shogun Nassar , thank you for your help ,in Profile or debug APK we uplaod the APK file into AS. Do you know please where i can find this classpath "com.android.tools.build:gradle:7.0.2" in the APK folder ?Feldstein

© 2022 - 2024 — McMap. All rights reserved.