Skip to content

Commit 130e81e

Browse files
author
Bastien DAVID
committed
Added missing README files
1 parent 8538dbe commit 130e81e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

android-16/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Android emulator API 16
2+
Run Android emulator with API 16
3+
4+
## Built with
5+
- based on sofsam/android
6+
- Android API 16
7+
8+
## Running the emulator
9+
Running the emulator for Android 16:
10+
11+
docker run -d --name android softsam/android-16
12+
13+
The emulator exposes the port 5555 of ADB, and can be used by any other container (or the host).

android-base/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Android emulator base image
2+
Android base image for emulator, used to build images of emulators for the different SDKs.
3+
4+
## Built with
5+
- latest debian
6+
- openjdk 7
7+
- Android SDK 24.3.3

0 commit comments

Comments
 (0)