From bec18d1bfa33ac168eef266a7239759451b03e6a Mon Sep 17 00:00:00 2001 From: pelya Date: Mon, 20 Feb 2012 20:20:01 +0200 Subject: [PATCH] Fix to my prev comit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ff331160e..5e5c00b1c 100755 --- a/build.sh +++ b/build.sh @@ -39,4 +39,4 @@ cd project && env PATH=$NDKBUILDPATH nice -n19 ndk-build V=1 -j4 && \ test -z "$1" && cd bin && \ adb install -r MainActivity-debug.apk | grep 'Failure' && \ adb uninstall `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'` && adb install -r MainActivity-debug.apk && \ - adb shell am -n `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'`/.MainActivity + adb shell am start -n `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'`/.MainActivity