简体   繁体   中英

Guidance on setting Android version in AndroidManifest.xml/properties.project

I'm working on a hybrid worklight application and need to set the minSdkVersion in the AndroidManifest.xml and target in the project.properties to android 10. I've seen several references to manually updating these files, but I'm concerned that after modifying and checking into source control that they could be missing something (if they're generated again by Worklight). Are there any configuration parameters in Worklight studio or other files to set the Android version or will it be ok to modify/check into source control and use the same file each time?

From reading this article, Integrating with source control systems , it looks to me like there will be no problem with committing the mentioned files into your source control application.

In Android (and Worklight), you set the minSdkVersion in Android's provided AndroidManifest.xml.

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