The project target (Android L (Preview)) was not properly loaded

后端 未结 10 1052
夕颜
夕颜 2020-12-23 16:26

Recently I upgraded Eclipse along with ADT plugins to Android L priew.

I have the latest Java update as well i.e. Java 8

10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 16:47

    You may also need to modify eclipse config to run on Java 7 Runtime.

    Add this to the beginning of eclipse.ini

    -vm
    C:/Program Files/Java/jre7/bin
    

提交回复
热议问题