Skip to content

How to Store Installed Android Applications Permanently on a Cloud Emulator? #333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adinath-devangles opened this issue May 10, 2023 · 0 comments

Comments

@adinath-devangles
Copy link

adinath-devangles commented May 10, 2023

I have successfully set up an Android Cloud emulator using Docker containers, following the steps outlined in the official documentation.

Official Documentation Link :- https://source.android.com/docs/devices/automotive/start/avd/cloud_emulator

The Cloud emulator is currently running on a N2-standard-2 type machine within the Google Cloud Platform Compute Engine VM. It utilizes Docker containers for operation.

I have installed an Android application on the Cloud emulator using following command.
"adb install android.apk"
During installation, it connects to the emulator via port 5555.

However, whenever I restart the Compute Engine VM, all the Android applications that I installed using adb are deleted.

I'm looking for a solution to store these Android applications permanently, so that they remain present even after restarting the Compute Engine VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant