Application Error Is a directory (file:///#android_asset/www/index.html)

后端 未结 8 1304
情书的邮戳
情书的邮戳 2020-12-29 06:17

I\'m using phonegap to develop an application on android, when I test it on my phone I get this error Application Error Is a directory (file:///#android_asset/www/inde

相关标签:
8条回答
  • 2020-12-29 07:14

    Make sure you had included phonegap.js or cordova.js script in your page. This will work only on your mobile device.

    0 讨论(0)
  • 2020-12-29 07:16

    You should use:

    file:///android_asset/www/index.html
    

    as the URL

    0 讨论(0)
提交回复
热议问题