AabResGuard
AabResGuard copied to clipboard
Not working/compatible with Android Studio 4.1
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> com.android.build.gradle.internal.VariantManager.getVariantScopes()Ljava/util/List;
i think the problem is at AabResguardPlugin.kt :
override fun apply(project: Project) {
checkApplicationPlugin(project)
project.extensions.create("aabResGuard", AabResGuardExtension::class.java)
project.afterEvaluate {
getVariantManager(project).variantScopes.forEach { scope ->
createAabResGuardTask(project, scope)
}
}
}
Any news ? It is useless with AS 4.1
@eakteam Please tell me the AGP version.
@JingYeoh , AGP version is : classpath ("com.android.tools.build:gradle:4.1.0-alpha05")
Also, i have just tried version 0.1.5 and still doesn't works.
Please, if you can give an ETA it would be awesome. Thanks for the great work as always !
@eakteam I'sorry, AGP-4.1.0-* changed a lot of Gradle API, and it's still in alpha version, I need some time to adapt.
@JingYeoh , i understand. Will wait for it, its great library, worth it.
Thanks
Hi... Do you have any news about supporting latest Gradle Plugin ?
@JingYeoh Thanks for this awesome tool. I am also very interested in seeing compatibility restored with latest Android Studio.
@eakteam I'sorry,
AGP-4.1.0-*changed a lot of Gradle API, and it's still inalphaversion, I need some time to adapt.
What gradle version currently works well with AabResguard? Should I downgrade the gradle?
same problem
The new 0.1.8 release works. Thanks!