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

后端 未结 8 1329
情书的邮戳
情书的邮戳 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条回答
  •  梦毁少年i
    2020-12-29 07:06

    I follow the "quick started guie" and I have the same problem. But I resolved it. My problem was a discordance between the downloaded phonegap and the guie followed.

    You must be sure this details: - Into intex.html you link correct js script version (for example: cordova-2.7.0.js) - It must matchs downloaded phonegab version. phonegab version and js script linked must match.

    I hope this help you.

提交回复
热议问题