我正在关注如何在phonegap上创建我的第一个应用程序的教程,所以我将其输入到我的命令中
C:\Users\KTR\Desktop\phonegap\lib\android\bin>create C:\Users\KTR\Desktop\firsta
pp com.example.firstapp firstapp
Creating new android project...
Copying template files...
Copying js, jar & config.xml files...
Copying cordova command tools...
Updating AndroidManifest.xml and Main Activity...
但是当我导入创建到我的日食中的文件夹时,没有' assets / www'应该是html / css文件的文件夹
这是目前文件夹在elipse上的图片
非常感谢你提前
答案 0 :(得分:2)
要显示assets/www
或res/xml/config.xml
,请转到:
项目 - >属性 - >资源 - >资源过滤器
并删除排除过滤器。