我现在尝试在Eclipse中打开我的布局xml文件。我只得到错误
No XML content. Please add a root view or layout to your document.
不知道为什么这是一个问题,我的xml文件是正确的,E.G:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget32"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="#e4e8ed">
<Logic.TouchImageView
android:id="@+id/right_finger"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
我尝试右键单击.xml文件,然后使用Android Layout Editor
打开它,但我在列表中找不到此编辑器。我还尝试在“文件关联”下的“首选项”菜单中添加它,但此处未显示编辑器。唯一的android重新连接的xml编辑器是:
有人知道为什么会这样吗?布局编辑器有很多错误,如果谷歌没有更新它,我发现很难使用这个工具..
答案 0 :(得分:1)
尝试通过SDK管理器更新android工具,我有一次这个问题,更新到最新版本修复了