“min sdk,target sdk和compile with”之间的区别是什么? ?在Android中 [英] what is the difference between "min sdk , target sdk and compile with " ? in android

查看:1104
本文介绍了“min sdk,target sdk和compile with”之间的区别是什么? ?在Android中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



最小sdk,目标sdk和编译与之间有什么区别? ,当我尝试制作一个新的Android应用程序项目时出现! Minimun SDK:API 14
目标SDK:API 17
编译:API 14



/ p>

我的选择好吗?或者我应该选哪个?
对不起,我试图放一张照片,但我不能..



等待你的答案plzzz = D!

解决方案

只需



Minimun SDK:API 14 / p>

表示您的应用程序将仅在api级别14(ICS 4.0)或更高版本的手机上运行。您的应用程序将无法运行在以前版本的Android,如姜饼和Froyo的。



目标SDK:API 17



指的是你想要的Android版本为了建立,这是Jellybean在你的情况。建议尽可能保持最新的(api 20 Kitkat在目前的情况)。



编译:API 14



是指您正在测试的andriod的版本。与api 14一致意味着您将在ICS上测试您的应用程序。



您还可以观看此视频:



https://www.youtube.com/watch?v=Sxo5zMcOCXM >


What is the difference between "min sdk , target sdk and compile with " in android?

What is the difference between "minimum sdk , target sdk and compile with " , that appear when i try to make a new android application project !! like this ..

Minimun SDK : API 14 Target SDK : API 17 Compile With : API 14

And are my choices good ?? or Which ones should i choose ? Sorry ,, I tried to put a photo , but i can't ..

"Waiting your answers " plzzz =D !

解决方案

Simply,

Minimun SDK : API 14

refers that that your application will only run on mobile phone with api level 14 ie.(ICS 4.0) or higher. Your app will fail to run on previous versions of android like gingerbread & froyo.

Target SDK : API 17

refers to the version of android you want to build for, which is Jellybean on your case. It is recommended to keep latest as far as possible which is (api 20 Kitkat at present context).

Compile With : API 14

refers to version of andriod you are testing on. Complile with api 14 means you are going to test your app on ICS.

you could also watch this video:

https://www.youtube.com/watch?v=Sxo5zMcOCXM>

这篇关于“min sdk,target sdk和compile with”之间的区别是什么? ?在Android中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆