Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/android/
H A DresolveInstallApkName.ts22 const apkPath = path.join(apkVariantDirectory, apkName); constant
23 debug('Checking for APK at:', apkPath);
24 if (fs.existsSync(apkPath)) {
31 const apkPath = path.join(apkVariantDirectory, apkName); constant
32 debug('Checking for fallback APK at:', apkPath);
33 if (fs.existsSync(apkPath)) {