Why Error:(17, 0) Plugin with id 'com.android.library' not found?
问题 I created a test project and add the library. In the process of implementing it in my project I needed to add a line in build.gradle at module in dependencies , just such a line compile project (':library') And then added to the settings.gradle include ':library', ':app' and build.gradle at Project changed its classpath on classpath 'com.android.tools.build:gradle:1.2.3' and all was good! Once it's working, I tried to implement this library in the main project and carried out the same steps