简体   繁体   中英

Gradle error in Android project

Can anyone help me to solve this problem?

'com.android.support:appcompat-v7:26.1.0' error

If you sync your gradle (use the 'Sync Now'), you shouldn't have any problems, this is just a warning.

If, however, you want to get rid of this warning, you'll have to manually change the versions of your dependencies. As stated in the warning, you are using three different versions in similar dependencies. You should pick one version (usually the newest) and use it.

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