简体   繁体   中英

how to solve android studio dependency issue after upgrading android studio by 3.3.1?

I installed Android Studio 3.3.1 after that I am struggling with dependency issues someone please give me solution what can i do now?

1) ERROR: Failed to resolve: com.github.PhilJay:MPAndroidChart: 2) ERROR: Failed to resolve: com.github.scottyab:showhidepasswordedittext:

how to fix this issue???

Did you add Jitpack repository? You should add following code to your project level gradle file

repositories {
    maven { url 'https://jitpack.io' }
}

If you did, close project and import again. It would work.

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