diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-18 20:39:31 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-18 20:39:31 -0300 | 
| commit | 774a079839b45f0663cf6e30fff496bff339b93a (patch) | |
| tree | 53534656bb5f95b0748f2cbc8b2bce4e56265666 /research | |
| parent | 4462dceea2cc55629de56e491904df1038d74189 (diff) | |
| download | blog-774a079839b45f0663cf6e30fff496bff339b93a.tar.gz blog-774a079839b45f0663cf6e30fff496bff339b93a.tar.bz2  | |
Adds research/android
Diffstat (limited to 'research')
| -rw-r--r-- | research/android.mdwn | 23 | 
1 files changed, 23 insertions, 0 deletions
diff --git a/research/android.mdwn b/research/android.mdwn new file mode 100644 index 0000000..1096f51 --- /dev/null +++ b/research/android.mdwn @@ -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  | 
