Java JDK not found in Android Studio!

I keep getting this error when trying to add android to my mobile app. I have IOS working fine. I am using Mac OS with a BS5 app with Cordova. If anyone can tell me how to get Android studio working here, Id highly appreciate it.

Screenshot 2023-05-23 at 8.09.04 AM

This was the fix for me on Windows. Hopefully it’s the same for you on Mac.

Go to finder and find Android studio :

  1. Right click and click show package contents
  2. Create a new folder called jre
  3. Copy the contents of the jbr folder and paste them into jre folder
3 Likes

You sir are a gentleman and a scholar! This did the trick and everything is good to go. Much appreciated!

1 Like

Thanks Keith! Worked like a charm!

1 Like

In Wappler options you can also specify the Java paths for mobile apps

1 Like