Fixed
Status Update
Comments
ac...@google.com <ac...@google.com>
je...@google.com <je...@google.com>
an...@gmail.com <an...@gmail.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.
lu...@gmail.com <lu...@gmail.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
DESCRIBE THE ISSUE IN DETAIL:
When using the older
android.ndkDirectory
API that eagerly evaluates the value, it evaluates to the proper directory path. However, when using theandroidComponents.sdkProvider.ndkDirectory
provider, gradle fails withCannot query the value of this provider because it has no value available.
.This seems to only affect
ndkDirectory
. Other things, likesdkDirectory
work fine.STEPS TO REPRODUCE:
./gradlew printEager
. It should successfully print the SDK and NDK paths../gradlew printLazy
. It should successfully print the SDK path, but crash when attempting to print the NDK path.ATTACH LOG FILES
(Attached outputs of gradle commands)