We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcd3cf commit 1bb5feeCopy full SHA for 1bb5fee
settings.gradle.kts
@@ -18,7 +18,7 @@ include(":samples")
18
19
// The Android test module doesn't work in IntelliJ. Use Android Studio or the command line.
20
if (System.getProperties().containsKey("android.injected.invoked.from.ide") ||
21
- System.getenv("ANDROID_SDK_ROOT") != null) {
+ System.getenv("ANDROID_HOME") != null) {
22
include(":android-test")
23
}
24
0 commit comments