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

后端 未结 10 1035
夕颜
夕颜 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条回答
  •  粉色の甜心
    2020-12-23 16:53

    Please, note this Android icon in the upper side of the screen

    Android icon

    This icon is in the upper side of this screen:

    Screen which displays the API version to render the code

    Probably it's displaying the number 20. This is the selection to use the API 20 to render the window. Change it to 19, or 20W (not 20L). It'll fix the problem.

    API 19 selected

提交回复
热议问题