Phonegap 配置文件位于哪个文件夹中?

发布于 2024-12-27 18:58:48 字数 680 浏览 0 评论 0原文

我应该在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走过海棠暮 2025-01-03 18:58:48

您不必将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文