Cannot create an emulator with Android L (API 20)

前端 未结 5 1861
一生所求
一生所求 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:12

    Before installing latest tools in SDK manager, try to update ADT plugin from Help -> Check for updates.

    Then first you have to install latest SDK Tools, Platform-tools, and Build-tools.

    After installing latest tools, you will get Android L and Android 4.4W sections:

    Follow below setps to Download the SDK

    1. Start the Android SDK Manager.
    2. In the Tools section, select the latest Android SDK Tools, Platform-tools, and Build-tools.
    3. Select everything under the Android L Developer Preview section and click Install packages...
    4. Accept the Licensing Agreement for all of the packages and click Install.

    Note: The Eclipse ADT plug-in requires Java 7 if your compilation target is the L developer preview.

提交回复
热议问题