aboutsummaryrefslogtreecommitdiff
path: root/research/android.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-17 14:32:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-17 14:32:44 -0300
commit7f52a0acea5d766c0c25997df1dd907162db0407 (patch)
tree8341ccdd319c5a0d18123ff0ad5f3e2d53dcd61e /research/android.md
parentde236e0e54d1cc4ba1cac5d687e3c3112fded44e (diff)
downloadblog-7f52a0acea5d766c0c25997df1dd907162db0407.tar.gz
blog-7f52a0acea5d766c0c25997df1dd907162db0407.tar.bz2
Fix: remove old, incomplete research
Diffstat (limited to 'research/android.md')
-rw-r--r--research/android.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/research/android.md b/research/android.md
deleted file mode 100644
index 4257f7a..0000000
--- a/research/android.md
+++ /dev/null
@@ -1,24 +0,0 @@
-[[!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
-
-* [Anbox - Android in a Box](https://anbox.io/).
-* [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