简体   繁体   中英

Android Sdk version upgrade

I am new to Android development, I am planning to upgrade my current Android mobile application to Sdk versionn 26.

The impact is there are several of dependency libraries are in the same older version as well.

I need some advise how to proceed with the upgrade, should I also change the gradle version?

I had a thought just to upgrade the TargetSdkVersion instead of the CompileSdkVersion, will that solved the problem?

Please advise

只要您不更新minSdkVersion我都不会遇到任何问题,您可以升级gradleandroidGradlePlugintoolsCompileSdkVersion和'TargetSdkVersion'版本

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