budtmo / budtmo/docker-android
[🚀 Feature Request ]:
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
# Idea: Dynamic Android Version Switching in Docker Android
## What
Allow users to switch between different Android versions within the same Docker Android container while keeping their data.
## Why
Currently, users must:
- Use different Docker images for different Android versions
- Rebuild containers to change versions
- Lose their data when switching versions
## Benefits
- Save resources (no need for multiple containers)
- Keep data when switching versions
- Faster version switching
- Easier testing across Android versions
## Technical Challenges
1. How to switch Android versions without rebuilding?
2. How to maintain data across different versions?
3. How to manage system resources during version switches?
## Questions
- Would this feature be useful to you?
- What are the main challenges you see?
- Any similar features in other projects we should look at?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.