为什么图形布局(对于android)没有出现在Eclipse中?

时间:2015-03-22 12:10:12

标签: android eclipse android-layout android-activity graphical-layout-editor

我在Eclipse中创建了一个完整的新项目。现在我想用拖拽的设计心情。但不幸的是,图形布局并未显示出来。有一个类似于图形布局的地方(我在图片中显示),但它不起作用,不可能放弃那里的东西。 我怎么能解决这个问题?

enter image description here

在底部有一些错误NullPointerException。这是它的外观:

enter image description here

.XML文件的布局:

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context="com.example.alarm_hkr.MainActivity" >

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/hello_world" />

</RelativeLayout>

2 个答案:

答案 0 :(得分:0)

在底部,显示了一些NullPoiterException。我想你正在使用的一些自定义视图有问题。如果您没有找到错误,请尝试修复此问题并发布更多详细信息。

答案 1 :(得分:0)

尝试使用其他Android版本来渲染布局。设置21或更少。帮助我。 (它是绿色的机器人,你的截图上有22号。)