Skip to content Skip to sidebar Skip to footer

Unable To Locate An Executable At "/applications/android Studio.app/contents/jre/jdk/contents/home/bin/jarsigner"

I'm trying to build a release bundle on android and for some reason, it started to give me this error: Command: flutter build appbundle --target-platform android-arm,android-arm64

Solution 1:

If you are using android studio, change the JDK Location used by Gradle from embedded to OpenJDK (the one you have installed manually)

enter image description here

Do a clean build then. Or create a new project and copy-paste old code.

Post a Comment for "Unable To Locate An Executable At "/applications/android Studio.app/contents/jre/jdk/contents/home/bin/jarsigner""