projects
/
android
/
android-app-development-getting-started.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
e2d93be
)
Fix the apk build output directory
master
author
Antonio Ospite <ao2@ao2.it>
Wed, 25 Nov 2015 14:44:38 +0000
(15:44 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 25 Nov 2015 14:44:38 +0000
(15:44 +0100)
android-app-development-getting-started.sh
patch
|
blob
|
history
diff --git
a/android-app-development-getting-started.sh
b/android-app-development-getting-started.sh
index
eaabb44
..
2f69ac4
100755
(executable)
--- a/
android-app-development-getting-started.sh
+++ b/
android-app-development-getting-started.sh
@@
-77,7
+77,7
@@
emulator -verbose -avd android-17-x86 -scale 0.9 -gpu on -qemu -m 512 -enable-kv
# Install the App into an Android [Virtual] Device
adb devices -l
# Install the App into an Android [Virtual] Device
adb devices -l
-adb -s emulator-5554 install b
in
/MyFirstApp-debug.apk
+adb -s emulator-5554 install b
uild/outputs/apk
/MyFirstApp-debug.apk
# Launch your application from the HOST
adb -s emulator-5554 -e shell am start -a android.intent.action.MAIN -n com.example.myfirstapp/com.example.myfirstapp.MainActivity
# Launch your application from the HOST
adb -s emulator-5554 -e shell am start -a android.intent.action.MAIN -n com.example.myfirstapp/com.example.myfirstapp.MainActivity