Cannot create an emulator with Android L (API 20)

前端 未结 5 1855
一生所求
一生所求 2021-01-11 12:35

I have updated to ADT 23 and SDK manager with Android L (API 20 L preview), but I am not getting the \"Android L\" in the target list.

Done restarting the Eclipse m

5条回答
  •  隐瞒了意图╮
    2021-01-11 13:11

    Solution direct from forum -

    There was a very recent change to Android Studio. It makes Android-L(API 20), which was announced today, the default target SDK. You are getting the error because it is searching for the Android-L and can't find it. Our lesson was prepared with Android KitKat (API 19) in mind.

    Try installing:

    Android L (API 20, L Preview) SDK Platform Android L Preview Intel x86 Atom System Image

    and see if that fixes your problem. In light of the Android L Preview, we are working to assess what changes need to be made.

    Here is solution for error-failed-to-find-target-android-l.

提交回复
热议问题