Home
last modified time | relevance | path

Searched refs:defaultLocation (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidSdk.ts39 const defaultLocation = ANDROID_DEFAULT_LOCATION[process.platform]; constant
40 if (defaultLocation) {
42 fs.existsSync(defaultLocation),
43 … resolve the Android SDK path. Default install location not found: ${defaultLocation}. Use ANDROID…
45 return defaultLocation;