This issue was in gradle version lower than 4.3
, so update your gradle.properties to 4.3
or above:
distributionUrl=https://services.gradle.org/distributions/gradle-4.3-all.zip
Why this error occur?:
Because of you have different JDK on your system than your android-studio JDK version.
Therefore your JDK should be compatible with each other, and by following this way you can manage that:
File
-> Other settings
-> Default project structure
You can use embedded JDK or use your own.
Also you may have some issues with terminal
, and that's belong to a conflict between your multiple JDK.
Solution worked with me is to uninstall the java 9 JDK.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…