Application error after updating using $ionicDeploy

After new application version was downloaded and loaded via $ionicDeploy.load();
Throwing Application Error :
The file or directory could not be found.
(file:///data/data/com.BLABLABLA/app…etc/index.html)

In AndroidManifest.xml i has
<'uses-permission android:name=“android.permission.WRITE_EXTERNAL_STORAGE” />
<'uses-permission android:name=“android.permission.READ_EXTERNAL_STORAGE” />

Thank’s.