您的位置:首页 > Web前端

the difference between min SDK version/target SDK version vs. compile SDK version?

2016-04-12 14:29 543 查看
min sdk version is the minimum version of the Android Operating System required to run your application.

target sdk version is the version of Android that your app was created to run on.

compile sdk version is the the version of Android that the build tools uses to compile & build the application in order to release, run, or debug.

Usually the compile sdk version and the target sdk version are the same.

三者的比较

比较
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: