简体   繁体   中英

How to Change Version of Existing Android Project in Eclipse?

eclipse版本中的现有android项目是4 42。我可以在没有新项目的情况下将其更改为4 2 2吗?

in AndroidManifest.xml file, find

 <uses-sdk
    android:minSdkVersion="21"
    android:targetSdkVersion="21" />

change the minSdkVersion to 17 for JellyBean

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