tracer0tong / android-emulator

Yet another Docker container with Android SDK and Android emulator
Apache License 2.0
246 stars 95 forks source link

QUESTION: add apk and files to the image #19

Closed Heshyo closed 7 years ago

Heshyo commented 7 years ago

I'm quite new to Docker and was wondering if it's possible to already install apks and add files to the emulator, and make a new image out of it, to avoid having to copy and reinstall things each time the container is started?

I tried doing a commit after adding apks and file, but when running the resulting image, no apk was installed and no file was there.

tracer0tong commented 7 years ago

Yes, you can build container with emulator, you even can put file inside container and install file to emulator, as one of Dockerfile lines, but my opinion that this is not very natural way to use Docker.