Android emulator browser crash Android emulator browser crash google-chrome google-chrome

Android emulator browser crash


I had this issue on an Android 6.0 Emulator until I updated the permissions for the browser to allow access to storage, this solved the problem for me.

in the emulator, navigate to: Settings -> Apps -> Browser and select Permissions, then enable storage.


I solved this issue on AOSP by creating a new sdcard.img:

mksdcard 1G out/target/product/generic/sdcard.img

Then launch the emulator with:

emulator -sdcard out/target/product/generic/sdcard.img

For the SDK try creating another sdcard manually or through the GUI.


I could solve this issue by just specifying SD Card Size for the AVD