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
(不知道该在哪里说就直接提issues吧) 如果发现项目编译成功但是as不会直接安装的话(我的是3.6.3),可以尝试换成gradle4.1,对应插件版本为3.0.0.
// build.gradle buildscript { repositories { jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } // gradle-wrapper distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(不知道该在哪里说就直接提issues吧)
如果发现项目编译成功但是as不会直接安装的话(我的是3.6.3),可以尝试换成gradle4.1,对应插件版本为3.0.0.
The text was updated successfully, but these errors were encountered: