I am trying to run application in my device, But the android studio shows following error:
open: Permission denied
pkg: /dasta/local/temp/"packagename"
Failed: [INSTALL_FAILED_ISUFFICIENT_STORAGE]
There is 2.3 gb space available in my phone. I tried adding this to manifest:
android:installLocation="preferExternal"
But it didn't help. Any Solutions? I tried clearing residuals, cache, uninstalling app and restarting device, android studio and even my laptop Please someone help.