开发者

Add 'Min SDK Version' in IntelliJ during project creation

开发者 https://www.devze.com 2023-02-07 22:19 出处:网络
Anyway, although I like the IntelliJ\'s way of not adding Min SDK Version into th开发者_C百科e manifest file (Eclipse adds it by default), I wonder if there is a way to add it during a new project cre

Anyway, although I like the IntelliJ's way of not adding Min SDK Version into th开发者_C百科e manifest file (Eclipse adds it by default), I wonder if there is a way to add it during a new project creation?

At the moment I add the SDK limit manually into the manifest file which is ok most of time, but not with the current project.


There is no way to add it when creating a project, only manually in the AndroidManifest.xml file after the project is created.


change this code number to any thing u want

 <uses-sdk android:minSdkVersion="19"/> 

like this

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号