简体   繁体   中英

How to add Android SDK for Android L in IntelliJ

When I go to Project Structure -> SDK, then [+] button (Add) Android SDK, I can't see Android L on the dropdown list.

Is there any way to do that?

它对我也没有出现,我只是更新了SDK Tools,SDK Platform-tools和Build-tools,然后再次进入SDK Manager-就在那儿。

Go to your "Project Stucture" (Right click on your project folder or press F4 when your project folder is selected).

Then go to the "SDKs" menu, click on the "Add" button (to create a new SDK for IntelliJ), go to your "android-sdks" folder, validate it, then just select the new sdk released.

Tadaa, you just add the new sdk.

Unfortunately IntelliJ doesn't handle the new preview engine. I'm afraid even with the new version (v13.1.3), you'll still not be able to use the preview. I think just Android Studio can handle it.

Hope it will help you :)

更新SDK工具,重新启动SDK管理器,它应该会出现

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM