Skip to content
Snippets Groups Projects
Unverified Commit 774a0798 authored by rhatto's avatar rhatto
Browse files

Adds research/android

parent 4462dcee
No related branches found
No related tags found
No related merge requests found
[[!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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment