When importing open source projects, you always report this mistake.
Error: (2, 0) Plugin with id ' com.github.dcendents.android-maven ' not found
Workaround:
First add global dependencies to the Build.grade under project
Buildscript { repositories { jcenter () } dependencies { ' Com.android.tools.build:gradle : 1.5.0 ' //1. Automated Maven Packaging plugin ' com.github.dcendents:android-maven-gradle-plugin:1.3 ' //2. Automatic upload to Bintray platform plugin "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0"//Note:do not place your application dependencies here; They belong //In the individual module Build.gradle files }} /c7>
In order, first add
' com.github.dcendents:android-maven-gradle-plugin:1.3 '
After the sync is added, the event log under Android Studio will appear with Com.jfrog.bintray not found error, and MAVEN that error message is no longer added
"Com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0"
Point synchronization, waiting for synchronization to complete
Error: (2, 0) Plugin with id ' com.github.dcendents.android-maven ' not found workaround