Android xml 图形布局/设计未正确加载现有项目
我正在尝试导入现有的 Android 项目,项目 xml 图形/设计布局未加载。我做了一个新的测试项目,xml图形布局工作正常,我不知道问题是什么。我刚刚安装了新的android sdk r14,我不知道问题是什么,任何人都可以在这方面帮助我吗?
您可以在随附的快照中看到它。
谢谢
!!
I am trying to import an existing android project, project xml graphical/design layout is not loaded . I made a new test project and the xml graphical layout working fine, I dont know what is the problem.I just installed new android sdk r14, I dont knw what is the problem, Can anyone help me in this regard?
You can see it in the snapshot attached.
Thank you
!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单修复:
右键单击布局文件
->打开方式
->Android 布局编辑器
更新答案
在 Eclipse 中,转到
Window ->首选项->一般->编辑->文件关联
并选择*.xml
,然后在关联编辑器列表中的Android 布局编辑器
条目上按默认
。Easy fix:
Right click on the layout file
->Open With
->Android Layout Editor
Updated answer
In Eclipse, go to
Window -> Preferences -> General -> Editors -> File Associations
and select*.xml
and then pressDefault
on theAndroid Layout Editor
entry in the list of associated editors.我不确定这是否与您的确切问题相符,但我看到其他人在更新到 r14 后也遇到了问题。
这是一个可能为您指明正确方向的链接。
http ://android.foxykeep.com/dev/fix-the-conversion-to-dalvik-format-failed-with-error-1-with-adt-14
祝你好运。
I'm not sure that this matches your exact issue, but I have seen other people with issues after the updating to r14.
Here is a link that might point you in the right direction.
http://android.foxykeep.com/dev/fix-the-conversion-to-dalvik-format-failed-with-error-1-with-adt-14
good luck.