You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was getting this error after i formatted and re build my OS with new android studio version. anyway i found the reason.
because the jcenter() library depritiated and gives its place to mavenCenteral(), new projects come with mavenCentral(). however the mavenCentral() does not support your library some how, but if jcenter() with mavenCentral() you get a warning to replace the Jcenter with mavenCentral but it works fine
The text was updated successfully, but these errors were encountered:
hi
i was getting this error after i formatted and re build my OS with new android studio version. anyway i found the reason.
because the jcenter() library depritiated and gives its place to mavenCenteral(), new projects come with mavenCentral(). however the mavenCentral() does not support your library some how, but if jcenter() with mavenCentral() you get a warning to replace the Jcenter with mavenCentral but it works fine
The text was updated successfully, but these errors were encountered: