When running as Linux, a message appears: rendering error: java 1.8 or higher is required for android marsrallow
but when I write java -version in the console, it prints java 1.8.0. what is wrong here and how to fix it?
When running as Linux, a message appears: rendering error: java 1.8 or higher is required for android marsrallow
but when I write java -version in the console, it prints java 1.8.0. what is wrong here and how to fix it?
In the studio menu:
File-> Project Structure -> SDK Location -> JDK Location -> вводим путь к JDK 8 Source: https://ru.stackoverflow.com/questions/570341/
All Articles