We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c774c commit 55b940fCopy full SHA for 55b940f
build.sh
@@ -5,7 +5,7 @@
5
###############################################################################################
6
7
echo "Ensure adb is in PATH"
8
-export PATH=$ANDROID_HOME/platform-tools:$PATH
+export PATH="$ANDROID_HOME/platform-tools:$PATH"
9
adb version
10
11
echo "Update submodule"
@@ -77,4 +77,4 @@ for emulator in $listOfEmulators; do
77
done
78
79
echo $cwd
80
-cd $cwd
+cd $cwd
0 commit comments