Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]


The storage of the internal memory is enough. So the error was happened due to the permission for writing.  

1.First check the

Android -> Settings -> Applications -> Unknown sources to be set

2.make sure the /data/app can be written. It means the mode of the directory is rwxrwxr_x(775).

 

Leave a Reply

Your email address will not be published. Required fields are marked *