We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
把代码clone 下载后再Android studio 3.1.3 版本版本上怎么都编译过,为了看效果不得不下载了一个android3.0 之前的,也就是Android studio2.3.3 才顺利编译过。
The text was updated successfully, but these errors were encountered:
butterknife要降版本。我clone下来,改了gradle.Androidstudio3.1能编译。
Sorry, something went wrong.
在build.gradle的android{ defaultConfig{ javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } } } }解决butterknife的问题。如果报transformDexWithInstantRunDependenciesApkForDebug错误Settings--->InstantRun ---->去掉第一个条目的对钩就ok啦,我的AndroidStudio版本是3.1.3编译成功。但是同样出现网络错误,等下看看如何解决
No branches or pull requests
把代码clone 下载后再Android studio 3.1.3 版本版本上怎么都编译过,为了看效果不得不下载了一个android3.0 之前的,也就是Android studio2.3.3 才顺利编译过。
The text was updated successfully, but these errors were encountered: