Io.deploy crash

Hi,
I implemented io.deploy in an app. IOS devices works fine.
On Samsung TAB 3 I get this alert after the app has downloaded the update:

Application Error

net::ERR_FILE_NOR_FOUND (file:’'data/data/<app.id>/app_/index.html

After that the app is not working anymore. Every cold restart crashes with this Alert.

Had the same issue, fixed by downgrading to 1.5.0. Try this:

npm install -g ionic@1.5.0

Yep. I allready discovered. I got it running with the cli@beta which also fixed the problem.