将 App Inventor UI 导出到 Eclipse

发布于 2024-11-05 00:03:35 字数 141 浏览 0 评论 0原文

我对 Android 开发非常陌生,现在我正在做一个开发 Android 应用程序的小组项目,我负责用户界面。我的队友正在使用 eclipse 编写代码,我正在使用 App Inventor 设计 UI。我的问题是,如何将 UI 导出到 eclipse?或者我可以吗?

I'm really new to android development, and now I'm doing a group project developing an android application and I'm in charge of user interface. My teammates are using eclipse to write code and I'm using App Inventor to design the UI. My question is, how do I export the UI to eclipse? or can I?

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

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

发布评论

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

评论(3

舟遥客 2024-11-12 00:03:35

http://appinventor.googlelabs.com/learn/userfaq.html

我可以在 App Inventor 中进行开发并将源代码导出到 Eclipse 或其他 IDE 以便进一步处理吗?

不,App Inventor 不会生成 Java 源代码。

如果您想要进行肮脏的黑客攻击,请使用应用程序发明者创建 apk,并使用 APKManager 从 res 文件夹中提取所有 xml 文件。然后您可以将它们添加到 Eclipse 项目中。

APKManager 线程

http://appinventor.googlelabs.com/learn/userfaq.html

Can I develop in App Inventor and export the source code to Eclipse or some other IDE to work on it further?

No, App Inventor does not generate Java source code.

If you want a dirty hack, create the apk with app inventor, and use APKManager to extract all the xml files from the res folder. You can add then those to the Eclipse project.

APKManager thread

乖乖公主 2024-11-12 00:03:35

Appinventor 的一个版本正在开发中,它可以直接导出到 java 文件甚至 Eclipse 项目。

在这里查看:

https://appinventortojava.appspot.com

A version of App inventor is being worked on that can export directly to java files and even an Eclipse project.

Check it out here:

https://appinventortojava.appspot.com

来日方长 2024-11-12 00:03:35

我上次检查时,您无法导出它。 Eclipse 的 Android 插件确实为您提供了一个(有些不可靠的)UI 布局拖放界面。如果您也在 Eclipse 中完成所有工作,您将学到更多有关 Android 和编程的知识。

The last time that I checked, you cannot export it. The Android plugin for Eclipse does give you a (somewhat unreliable) drag-and-drop interface for the UI layout. You will learn a lot more about Android and programming if you do all the work in Eclipse, too.

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