将 App Inventor UI 导出到 Eclipse
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://appinventor.googlelabs.com/learn/userfaq.html
如果您想要进行肮脏的黑客攻击,请使用应用程序发明者创建 apk,并使用 APKManager 从 res 文件夹中提取所有 xml 文件。然后您可以将它们添加到 Eclipse 项目中。
APKManager 线程
http://appinventor.googlelabs.com/learn/userfaq.html
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
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
我上次检查时,您无法导出它。 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.