Errors while building APK. You can find the errors in the 'Messages' view.

Go to build.gradle (:app) - App Level


Add following repositories

 repositories {

    // jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
google()
}

Update all dependencies.

Now you should be able to build apk.

Comments

Popular posts from this blog

Error : One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

HOW TO DISCARD UNDER REVIEW APP BUNDLE AND UPLOAD NEW APP BUNDLE

Problems To Upgrade Android Gradle Plugin from 4.1.3 to 8.1.2 and solutions