android-emulator-runner
android-emulator-runner copied to clipboard
Need more internal storage
i am using below configuration in github action , what is default size for internal storage? i need 3 GB of internal storage to test my app, so how can i set internal storage to 3GB uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 arch: x86_64 profile: pixel_2_xl
Are you looking to customize the sdcard size?
You can try adding sdcard-path-or-size: 3G
no i want to change internal storage size, like on local machine we can set in config file datapartition.size, and also let me know can i create custom emulator?if yes then how can i create?
This isn't supported. If you need to fully customize the AVD it's probably easier to write the custom scripts instead of using an action :)
This is now supported as of #219