Android N requires the IDE to be running with Java 1.8 or later?

后端 未结 17 1449
无人共我
无人共我 2020-11-27 10:58

My XML layout is not rendering with this error message. I am already using Java 8.

Also using latest build tools in Gradle.

and         


        
17条回答
  •  半阙折子戏
    2020-11-27 11:39

    From the docs: https://developer.android.com/studio/intro/studio-config.html#file_location

    STUDIO_JDK: set the JDK with which to run Studio

    I prefer using the STUDIO_JDK variable and leave other default java home variables alone.

提交回复
热议问题