ionic常见问题-the connection to the server was unsuccessful(file ///android_asset/www/index.html)

问题描述

  • 使用ionic serve在浏览器上运行app没有问题,当使用ionic run android让app运行在手机上就出现如下图错误
    ionic常见问题-the connection to the server was unsuccessful(file ///android_asset/www/index.html)_第1张图片

解决方式1

  • 如下图,我的index.html文件最底部有个高德地图的script,把这个放到上面就可以了,注意:当你引用外部资源,请确保手机网络连接正常
  • 如果你遇到这个问题,建议你把index.html上所有的第三方的script和link都删掉试试
    ionic常见问题-the connection to the server was unsuccessful(file ///android_asset/www/index.html)_第2张图片

解决方式2

  • 如果实在找不到原因就在config.xml添加,如下图
  • 添加后依次执行ionic platfrom rm android,ionic platfrom add android,ionic run android试试
    ionic常见问题-the connection to the server was unsuccessful(file ///android_asset/www/index.html)_第3张图片

其他

  • 也有说是打包问题,重新打包有时候就可以了
  • 可能还有其他原因导致这个问题,不过我也不知道了

你可能感兴趣的:(ionic常见问题-the connection to the server was unsuccessful(file ///android_asset/www/index.html))