ADT无法呈现活动布局xml文件

时间:2016-04-20 14:37:11

标签: android android-layout nullpointerexception adt

Example Image

layout.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="prajjwal.app.myfreight.MainActivity" >

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

由于某种原因,我收到了java.lang.NullPointerException。我刚刚在Eclipse Mars.2上使用Android 6.0(API级别23)将我的SDK构建更新到24.4.1。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

转移到android studio,因为eclipse没有任何技术支持