Open
Description
Description
Explore solutions for comprehensive management of Android environments, including environment creation, initialization (setup), snapshot management, resetting, deletion, and interaction.
Notes
We think google-deepmind/android_env
, which is used by AndroidWorld, is a good existing solution.
https://github.com/google-deepmind/android_env
https://github.com/google-research/android_world
Another possible solution is using docker for x86 Linux and using AVD on Mac (arm64) . Taken from Android-Lab
:
https://github.com/THUDM/Android-Lab
Expected Output
A report of the possible solution, including how to do the management specifically, along with any drawbacks found that can be improved. A detailed report could help a lot in the future development.