Fixed
Status Update
Comments
js...@google.com <js...@google.com>
je...@google.com <je...@google.com>
bi...@google.com <bi...@google.com> #2
[Comment deleted]
jf...@block.xyz <jf...@block.xyz> #3
[Comment deleted]
bi...@google.com <bi...@google.com> #4
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
an...@google.com <an...@google.com> #5
load dex files over 5Gb. -> load dex files over 5Mb.
dg...@oreillyauto.com <dg...@oreillyauto.com> #6
Same here! Looking forward to a solution :)
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
Description
In Android Studio Ladybug Canary 09, when tests are run from the IDE, the injected
ijresolvers2.gradle
init script contains multiple instances ofProject.hasProperty
added byaddGradleAndroidTestListener.gradle
fromGradleAndroidProjectResolverExtension
.Project.hasProperty
is an isolated projects violation in most cases because if the project doesn't have the requested property, Gradle searches upward through parent projects to the root.