aboutsummaryrefslogtreecommitdiff
path: root/research/android.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-30 14:06:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-30 14:06:22 -0300
commit23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326 (patch)
tree3dab0ec66d67cd62b7e815fea4d62da481042b7b /research/android.md
parent9c21d35c535a4956960851d3c438d58af5f67d92 (diff)
downloadblog-23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326.tar.gz
blog-23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326.tar.bz2
Change extension to .md
Diffstat (limited to 'research/android.md')
-rw-r--r--research/android.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/research/android.md b/research/android.md
new file mode 100644
index 0000000..1096f51
--- /dev/null
+++ b/research/android.md
@@ -0,0 +1,23 @@
+[[!meta title="Android"]]
+
+Some bits on android development.
+
+## Basic
+
+Download tools and put inside `~/Android/tools`.
+
+ sudo apt install android-sdk # grab all dependencies
+ cd ~/Android/tools
+ bin/android
+
+## Issues
+
+* http://stackoverflow.com/questions/41173477/android-cant-find-sdkmanager-jar
+
+## References
+
+* [Build Android apps with Debian: apt install android-sdk](https://bits.debian.org/2017/03/build-android-apps-with-debian.html).
+* Android emulator inside a virtual machine:
+ * https://packages.debian.org/stretch/android-sdk
+ * http://xmodulo.com/how-to-run-android-emulator-on-ubuntu-or-debian.html
+ * https://developer.android.com/studio/install.html