You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2.0.0 of Android Gradle plugin broke the patch code. There were a few changes in CreateManifestKeepList task - mainly the task was converted from using Groovy to Java. The KEEP_SPECS static member that I was patching previously was converted to a ImmutableMap, which throws an UnsupportedOperationException when calling its remove method:
构建时报了这个错
/user/XXXXXXX/DynamicAPK-master/sample/build.gradle
Error:(143, 0) A problem occurred evaluating project ':sample'.
Open File
clean时也报错了.
/user/XXXXXXX/DynamicAPK-master/sample/build.gradle
Error:(143, 1) A problem occurred evaluating project ':sample'.
现在怎么弄????
The text was updated successfully, but these errors were encountered: