We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538dbe commit 130e81eCopy full SHA for 130e81e
android-16/README.md
@@ -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
@@ -0,0 +1,7 @@
+# Android emulator base image
+Android base image for emulator, used to build images of emulators for the different SDKs.
+- latest debian
+- openjdk 7
+- Android SDK 24.3.3
0 commit comments