自己没有编写代码,就是默认的拉一个控件,报错。
错误如下:
java.lang.NullPointerException
Exception details are logged in Window > Show View > Error Log
代码(默认):
开发环境该更新的都已经更新到最新了,但是无效,重启无效,重命名无效......
错误如下:
java.lang.NullPointerException
Exception details are logged in Window > Show View > Error Log
代码(默认):
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<DigitalClock
android:id="@+id/digitalClock1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="DigitalClock" />
</LinearLayout>
开发环境该更新的都已经更新到最新了,但是无效,重启无效,重命名无效......