Error:compileSdkVersion android-21 requires compiling with JDK 7

后端 未结 9 1253
逝去的感伤
逝去的感伤 2020-12-02 07:44

While compiling i get the error Error:compileSdkVersion android-21 requires compiling with JDK 7, saying that a newer version of JDK is required.

I\'m r

9条回答
  •  不思量自难忘°
    2020-12-02 07:51

    Actually I just found the solution - JDK 7 is in /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home.

    that got it working for me. Oracle Docs on where JDK7 is installed

提交回复
热议问题