Can't compile my Android project

后端 未结 2 953
南方客
南方客 2021-01-12 11:13

I\'m trying to compile my Android version, but for some reason it says there is an error, apparently with my Java.

Information:Gradle tasks [:assembleDebug]
         


        
2条回答
  •  余生分开走
    2021-01-12 11:28

    I've had the same problem and I found that I had installed Java SDK but not the JRE. Reinstalling the SDK and choosing to install the JRE that comes with the installer solved it for me.

提交回复
热议问题