|
@@ -59,7 +59,7 @@ while read line ; do
|
|
done < <(adb devices | cut -f1)
|
|
done < <(adb devices | cut -f1)
|
|
|
|
|
|
if [ "$emulatorIsRunning" == false ] ; then
|
|
if [ "$emulatorIsRunning" == false ] ; then
|
|
- emulator -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 &
|
|
|
|
|
|
+ "$(command -v emulator)" -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 &
|
|
fi
|
|
fi
|
|
|
|
|
|
if [ -e $5 ] ; then
|
|
if [ -e $5 ] ; then
|