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

How to Add Animation to Android App in JAVA

Get Android App Version No and Display in a Text Field

How to Send Crash Report to Email / Mobile Device in Android Java