在创建我的应用程序时,我发出命令:
phonegap create appdir com.site.myapp myapp
所以现在appdir文件夹有以下内容。
-.cordova
-hooks
-platforms
-plugins
-www
-config.xml-----(config.xml is generated at top level)
在我的www文件夹中,我有一个index.html和一个我想用作我的图标的图像
www
-index.html
-icon.png
1)那么我在config.xml文件中给出了标记的路径?
2)我在哪里放配置文件我需要将配置文件移动到www文件夹中,如在phonegapbuild中
我尝试了各种路径组合但没有一种工作
答案 0 :(得分:1)
使用Android,应用程序图标位于此处: res / drawable /
请在那里替换 icon.png 。
启动画面相同,替换res / drawable / screen.png 。