cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

Application Error on Testing #4

Closed nicksterFL closed 9 years ago

nicksterFL commented 9 years ago

When installed on my android, I go to menu, then click "Test application". i received: net::ERR_FILE_NOT_FOUND(file:///android_asset/www/cdvtests/index.html)

tsubik commented 9 years ago

It looks like cordova test framework is not correctly installed. Try remove platforms and plugins folders and run ionic platform add android once again. Make sure test framework is installed

Fetching plugin "http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git" via git clone
Installing "org.apache.cordova.test-framework" for android
Running command: /home/tomasz/dev/js/ionic-geo-test/hooks/after_plugin_add/010_register_plugin.js /home/tomasz/dev/js/ionic-geo-test

If still not working let me know which version of android, cordova and ionic-cli you have.

tsubik commented 9 years ago

Closing due to inactivity