简体   繁体   中英

Updating android api in sdk manager

I'm going to install new version of android api from my sdk manager.. but I do not use avd .. I always test my apps with genymotion.. So I don't know which packages should be downloaded and which one shouldn't.. or this has nothing to do with that and I have to download all of them, could you help me please ?

在此处输入图片说明

SDK platform only is required. Everything else is optional.
Also don't forget to update support libraries at least to the version of SDK you will use, so if you use SDK 25, support libraries version has to be not less than 25.0.0

Actually, if you don't have any of these installed and you try to run your project in Android Studio, Android Studio will suggest you to download and install the ones needed.

I think only the compileSdkVersion is needed.

按菜单中的sdk管理器按钮,然后更新所有api。

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