You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have build the app on my mobile and it shows an error message immediately.
The message has a title of Application Error, and the content is new::ERR_FILE_NOT_FOUND(file:///android_asset/www/index.html).
I checked the code and found that in the icerrr/androidapp/com.rejh.icerrr.itson-as/app/libs/cordova-2.7.0.jar!/org/apache/cordova/Config.class, there is a function called getStartUrl() and it will return "file:///android_asset/www/index.html".
Where could I find the file in order to run the app successfully? Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hi, I have build the app on my mobile and it shows an error message immediately.
The message has a title of
Application Error
, and the content isnew::ERR_FILE_NOT_FOUND(file:///android_asset/www/index.html)
.I checked the code and found that in the
icerrr/androidapp/com.rejh.icerrr.itson-as/app/libs/cordova-2.7.0.jar!/org/apache/cordova/Config.class
, there is a function calledgetStartUrl()
and it will return"file:///android_asset/www/index.html"
.Where could I find the file in order to run the app successfully? Thank you for your help!
The text was updated successfully, but these errors were encountered: