Mobile: Java SE JDK version to use

Hi, can someone help. I have everything installed to support mobile app development but for some reason when I run system check I get the error below.

I have the Java JDK installed and my PATH variable is set correctly

JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home

I have Android Studio installed and have xfered the Hello World studio sample to an android test phone.

The error seems weird because it says it cannot detect the version vice something like not installed.

2018-10-02_16-19-39

Check this page for pointers:

I remember when setting up mine, I had to change to version 1.8 of jdk since that was the one supported on mac for android studio and development environment

2 Likes

Yes indeed - now I remember the same :slight_smile: you need 1.8

4 posts were split to a new topic: My first mobile app - done in 15 mins