aboutsummaryrefslogtreecommitdiff
path: root/research/android.md
blob: 4257f7abf09d75e5cadffd18f3824b722e18c967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[!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