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
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.