Phonegap build - 开发环境 - 使用 WinPhone 环境通过构建服务构建 Android 应用程序

发布于 2024-12-29 03:56:45 字数 397 浏览 0 评论 0原文

假设我是一名 Windows 开发人员,熟悉 Visual Studio 并且需要开发 Andriod 应用程序。我查看了andriod和wp7入门指南,但发现了Windows Phone版本http://phonegap.com/ start/#wp 指南比 Android 版本简单得多(当然,作为 Windows 开发者我已经安装了所有内容)。

接下来我的问题是:

我可以使用 Windows Phone 环境开发我的应用程序,然后使用 PhoneGap 构建服务来获取 Android 版本构建吗?

万一我应该上传什么到构建服务?

抱歉,如果我弄错了,感谢您的帮助!

拉尔西

Say I'm a windows dev, familiar with Visual Studio and with a need of developing an Andriod app. I looked at both the andriod and wp7 getting started guides, but found the windows phone version http://phonegap.com/start/#wp guide much simpler than the Android version (of course, as a windows dev I have already everything installed).

Then comes my question:

Could I develop my app using the Windows Phone environment, and then use the PhoneGap Build services to get the Android version build?

In case, what should I upload to the build service?

Sorry if I got this all wrong, and thanks for any help!

Larsi

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

染柒℉ 2025-01-05 03:56:45

PhoneGap 的整体理念是开发一个只需编写代码一次的多平台应用程序。

所以答案是肯定的,您应该能够为 wp 构建应用程序,然后在所有其他平台上重复使用您的代码,前提是您只使用phonegap API 并使用 JS、HTML 和 CSS 进行所有编程。

关于你应该上传的内容,我自己没有做过,但我认为它必须是你的应用程序中的所有 JS、HTML 和 CSS。在 Android 中,所有内容都位于名为“assets”的文件夹中。

祝你好运!

The whole idea of phonegap is to develop a multi platform app writing the code once.

So the answer is yes, you should be able to build the app for wp, and then re-use your code for all the other platforms, only if you onlyuse the phonegap API and do all your programming in JS, HTML and CSS.

About what you should upload, I haven't doned it myself, but I think that It would have to be all the JS, HTML and CSS from your app. In android all is located on a folder called "assets".

Good Luck!

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