1. The purpose of this post
I would demo how to solve this error when using android studio
2. Environments
- Android Studio 3.x
- gradle wrapper version:
- distributionUrl=https://services.gradle.org/distributions/gradle-5.4.1-all.zip
- project build.gradle
- classpath ‘com.android.tools.build:gradle:3.5.0’
3. Solution and Code
Add this dependency in the app’s build.gradle
Clean,rebuild and run the app, everything works.