How to fix the connection to the server was unsuccessful. (file ///android_asset/www/index.html)

后端 未结 8 771
借酒劲吻你
借酒劲吻你 2021-02-02 07:24

I\'ve added material icons to ionic2 app , and since then I get error \"\"The connection to the server was unsuccessful. (file:///android_asset/www/index.html)\"\" although the

8条回答
  •  生来不讨喜
    2021-02-02 07:39

    I add plugin:

    cordova plugin add cordova-plugin-crosswalk-webview
    

    then,

    ionic cordova platform rm android
    ionic cordova platform add android
    ionic cordova build android (or Run)
    

提交回复
热议问题