If your android build is failing with INSTALL_FAILED_INSUFFICIENT_STORAGE ? Try increasing the partition size of the emulator with:emulator -partition-size 1024 You can adjust the value depending on your project requirements.
Comments
Please sign in to leave a comment.