Skip to content
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

Need more internal storage #125

Closed
UtsavG93 opened this issue Jan 29, 2021 · 4 comments
Closed

Need more internal storage #125

UtsavG93 opened this issue Jan 29, 2021 · 4 comments

Comments

@UtsavG93
Copy link

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

@ychescale9
Copy link
Member

Are you looking to customize the sdcard size?

You can try adding sdcard-path-or-size: 3G

@UtsavG93
Copy link
Author

UtsavG93 commented Jan 29, 2021

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?

@ychescale9
Copy link
Member

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 :)

@mrk-han
Copy link
Collaborator

mrk-han commented Nov 2, 2022

This is now supported as of #219

@mrk-han mrk-han closed this as completed Nov 2, 2022
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

3 participants