budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
8.81k stars 1.19k forks source link

Not enought storage resource on device #346

Closed kwiatek91 closed 1 year ago

kwiatek91 commented 1 year ago

šŸ› Bug Report

Operating System: Ubuntu / Windows (tested both) Docker Image: budtmo/docker-android-x86-12.0

Docker Version:
latest Docker-compose version (Only if you use it):
2.2

Docker Command to start docker-android:
docker-compose up -d

Expected Behavior

storage configuration

Actual Behavior

emu has only 102mb of free storage

HiĀ  Thank You so much for sharing your docker android repository it looks very helpful.

Can you tell me how I can give emulators more storage before they will be started in a container? there is only 102mb free storage afterĀ docker start and after trying to install app i got error messageĀ  INSTALL_FAILED_INSUFFICIENT_STORAGEC

ould not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command '/opt/android/platform-tools/adb -P 5037 -s emulator-5554 install /opt/pax.apk' exited with code 1'; Command output: adb: failed to install /opt/pax.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

kwiatek91 commented 1 year ago

My mistake it was in documentation

Data partition size The size of the data partition can be set by passing the following environment variable:

DATAPARTITION=""

Closing issue