-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Gradle sync failed: No signature of method: com.android.build.gradle.internal.scope.VariantScopeImpl.getMergeAssetsTask() is applicable for argument types: () values: [] #640
Comments
|
FYI |
@seventhmoon Thanks for your information, hope the 360 Official can solve this as soon as possible 👍 |
希望360官方能够快点解决这个问题,现在项目提示gradle mininum supported gradle version是4.6 |
I encounter this problem too. As @shawnlinboy said, using
Hope that RePlugin team could fix it soon. |
This commit fixes Gradle Sync failure when using Android Gradle plugin in preview channel (include 3.3.0-alpha08). The detailed problem is described in issue Qihoo360#640.
Hi all. I've dug into the stack trace slightly and tried patching it. Where's the patched plugin?Here. How to use it?Download the .jar file from the link above, and place it into somewhere of your Android project (for example
to:
And sync the project now. Disclaimer
|
上面原因是 |
也遇到了这个问题,希望官方可以解决 |
Android build tool gradle 3.2.0做了相关调整,修改项目中的: 2.variant.getVariantData().getScope().getMergeAssetsTask().name 就可以了,可以用我自己的地址 然后所有的版本改成:2.3.1就可以用了 |
可以用我自己的地址
非常感谢!!!解决了这个BUG!!!我已经在我的项目中使用你的方法! |
dependencies { distributionUrl=https://services.gradle.org/distributions/gradle-4.5-all.zip |
so, how is this issue going? |
有效,非常感谢 |
下载jar包试了一下。仍然报这个异常。不能编译通过。 |
问题详细描述 Detailed description of the problem
复现问题步骤 Steps to reproduce the problem
其它重要信息 Other important information
Android API Version:27
The text was updated successfully, but these errors were encountered: