Phonegap 配置文件位于哪个文件夹中?
我应该在 Eclipse IDE 的 Phonegap 项目中的什么位置保存 config.xml 文件?
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.example"
versionCode="10" <!-- optional: Android only -->
version = "1.0.0">
<name>PhoneGap Example</name>
<description>
An example for phonegap build docs.
</description>
<author href="https://build.phonegap.com" email="[email protected]">
Hardeep Shoker
</author>
Where on Phonegap Project in Eclipse IDE do I save the config.xml file?
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.example"
versionCode="10" <!-- optional: Android only -->
version = "1.0.0">
<name>PhoneGap Example</name>
<description>
An example for phonegap build docs.
</description>
<author href="https://build.phonegap.com" email="[email protected]">
Hardeep Shoker
</author>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不必将 config.xml 文件保存在 Eclipse 的项目中。
相反,您只需将该文件连同 html 和 javascript 文件上传到此处。
You don't have to save your config.xml file in project in eclipse.
Instead of that, you just need to upload that file, together with html and javascript files, to here.