summaryrefslogtreecommitdiffstats
path: root/Android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-01-30 22:42:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-11-10 17:40:54 +0100
commit12a106bba4cf6ac9a8e9aa62c5f4fc4e6ba65b38 (patch)
treeaac427efacfe71e99f490e2519c77c9c23d8151a /Android
parentc8a5c3a3e7289d3a2dfe0abb4b43feb9df14ebda (diff)
downloadcoursera-12a106bba4cf6ac9a8e9aa62c5f4fc4e6ba65b38.zip
coursera-12a106bba4cf6ac9a8e9aa62c5f4fc4e6ba65b38.tar.gz
Android : Initial commit : general info
Diffstat (limited to 'Android')
-rw-r--r--Android/Android_Development_Environment.pdfbin0 -> 7656199 bytes
-rw-r--r--Android/android-HOWTO22
2 files changed, 22 insertions, 0 deletions
diff --git a/Android/Android_Development_Environment.pdf b/Android/Android_Development_Environment.pdf
new file mode 100644
index 0000000..78a143a
--- /dev/null
+++ b/Android/Android_Development_Environment.pdf
Binary files differ
diff --git a/Android/android-HOWTO b/Android/android-HOWTO
new file mode 100644
index 0000000..adfd80b
--- /dev/null
+++ b/Android/android-HOWTO
@@ -0,0 +1,22 @@
+
+
+PACKAGES MGMT
+ sudo android update sdk
+
+EMULATOR
+ emulator -help-avd
+ emulator -help-virtual-device
+ emulator -help-disk-images
+
+ android -h
+ android list avd
+ android list targets
+ android create avd -n foo -t 1 --abi armeabi-v7a
+
+ emulator @foo
+ - http://developer.android.com/tools/debugging/debugging-log.html
+ adb logcat ActivityManager:I MyApp:D *:S
+
+PROJECT
+ android update project -p . --target 1
+