skip to Main Content

Upgrade Gradle wrapper version to 8.6 and Android Gradle plugin version to 8.4.1 make my android studio unable to build release .apk file

after recent update, my android studio make an error: java.lang.NullPointerException: Cannot invoke "com.android.tools.r8.internal.Gk0.B()" because the return value of "com.android.tools.r8.internal.Jw.b()" is null and this error avoids build release .apk file. here is my build.gradle(app): android { namespace '...' compileSdk 34 defaultConfig…

VIEW QUESTION

Flutter – Android emulator won't run

Issues Faced: Emulators aren't running properly. I've installed all the necessary components for Flutter development, including Android Studio, Flutter SDK, and the Android emulator. However, the emulator doesn't start. Here's what I've done: Checked that the Flutter and Dart plugins…

VIEW QUESTION
Back To Top
Search