Androidstudio 升級2.2 之后 Maven插件不能使用解決
compile報下面的錯誤
Error:(2,0) No serviceoftypeFactoryavailableinProjectScopeServices.
Error:(2,0) No serviceoftypeFactoryavailableinProjectScopeServices.
點擊open file 會跳轉(zhuǎn)到apply plugin: ‘com.github.dcendents.android-maven’這行春塌。
解決方案更新maven-plugin的依賴
classpath ‘com.github.dcendents:android-maven-gradle-plugin:1.5’
到j(luò)center查看最新版本android-maven-gradle
轉(zhuǎn)載自:http://blog.csdn.net/u014731991/article/details/52596981