Another fix to my prev commit
This commit is contained in:
4
build.sh
4
build.sh
@@ -37,6 +37,6 @@ cd project && env PATH=$NDKBUILDPATH nice -n19 ndk-build V=1 -j4 && \
|
|||||||
|| true ; } && \
|
|| true ; } && \
|
||||||
ant debug && \
|
ant debug && \
|
||||||
test -z "$1" && cd bin && \
|
test -z "$1" && cd bin && \
|
||||||
adb install -r MainActivity-debug.apk | grep 'Failure' && \
|
{ adb install -r MainActivity-debug.apk | grep 'Failure' && \
|
||||||
adb uninstall `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'` && adb install -r MainActivity-debug.apk && \
|
adb uninstall `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'` && adb install -r MainActivity-debug.apk ; true ; } && \
|
||||||
adb shell am start -n `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'`/.MainActivity
|
adb shell am start -n `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'`/.MainActivity
|
||||||
|
|||||||
Reference in New Issue
Block a user