Ionic 2 blank template APP fails

If I do:

> ionic start TestIonic2 blank --v2
> ionic platform add android
> ionic build android
> ionic run android

The APP starts but gives an error:

Application Error
net::ERR_FILE_NOT_FOUND (file:///android_asset/www/index.html)

I haven’t modified or added nothing from the “blank” template.

1 Like

@jsanjose I’m also facing the same issue. Have you found any solution ?

Try to update your Ionic-2 by typing this into terminal :
npm install -g ionic@latest

This will update your ionic cli to latest… then try to create blank project.

Check whether having same problem after updation.

Nice! That solved the problem!.

Thanks!

1 Like

@vaibsVB Thank you so Much. Its working Like a charm now. :relaxed:

@Farhad_87 @jsanjose
Glad this works for you.
Happy Coding :wink:

2 Likes