-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot invoke method doFirst() on null object #266
Comments
补充log: org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':app'. |
原因是plugin依赖的com.android.tools.common的版本在maven找不到,你需要把项目clone下来,把buildSrc的build.gradle的dependencies的com.android.tools.common改成2.3.0 |
应该需要androidstudio 2.3 |
按照文档提示加入gradle文件的集成语句后编译,报这个错,编译不过。
麻烦看下什么原因导致
相关版本信息:
classpath 'me.ele:amigo:0.6.8'
compile 'me.ele:amigo-lib:0.6.7'
apply plugin: 'me.ele.amigo'
compileSdkVersion 25
buildToolsVersion '26.0.2'
targetSdkVersion 23
The text was updated successfully, but these errors were encountered: