Does anyone have any other suggestions regarding the Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] error?
I tried writing to external but I get the same error or media not found error. - Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on Android
I also tried adding -partition-size 1024 to the setup and disk.dataPartition.size=1024MB to the avd configuration but no luck. - How to increase storage for Android Emulator? (INSTALL_FAILED_INSUFFICIENT_STORAGE)
I've tried uninstalling the apk from the emulator. I really don't understand why this doesn't work. If I'm removing something, how does this not create space? Plus, it's an emulator, why doesn't it just partition more space if my pc can handle the request?
I've tried rebuilding and cleaning project (although idk why this would work but I saw it posted somewhere) and I also tried re-defining another device definition but same error (obviously).
I'm using intellij IDEA. Does anyone have any other suggestions to this annoying error message. Currently I'm having to restart my emulator each time which is a waste of nearly 20 minutes each time I want to test. Any assistance is greatly appreciated.