projects
/
android
/
android-app-development-getting-started.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea39b86
)
Use xdg-open to open suggested URLs
author
Antonio Ospite <ao2@ao2.it>
Thu, 8 Oct 2015 21:43:51 +0000
(23:43 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 8 Oct 2015 21:43:51 +0000
(23:43 +0200)
Since the guide is a "scriptorial" (a script-tutorial), make all lines
actually execute.
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
123a6f2
..
eaabb44
100755
(executable)
--- a/
android-app-development-getting-started.sh
+++ b/
android-app-development-getting-started.sh
@@
-64,7
+64,7
@@
git add .gitignore
git commit -m "Add a .gitignore file"
# Learn how to write Android Apps:
-http://developer.android.com/training/basics/firstapp/building-ui.html
+
xdg-open
http://developer.android.com/training/basics/firstapp/building-ui.html
# Build the App
# http://developer.android.com/tools/building/building-cmdline.html