Android 视图报: java.lang.NullPointerException Exception details are logged in ...
自己没有编写代码,就是默认的拉一个控件,报错。错误如下:
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>
开发环境该更新的都已经更新到最新了,但是无效,重启无效,重命名无效......
android --------------------编程问答-------------------- --------------------编程问答-------------------- clean一下 --------------------编程问答-------------------- 楼主解决没有呀?我也想知道答案呀,clean了也没用 --------------------编程问答-------------------- 试试其他版本的SDK --------------------编程问答-------------------- 看log里面哪里空指针啦? --------------------编程问答--------------------
其实哥木有解决,不过呢,不过并不会影响到编程,不就是看不了视图嘛,又不是报错,运行后就看到啦, --------------------编程问答--------------------
这个是没有加载下来,不影响项目的运行,只是看不到布局的预览效果 --------------------编程问答-------------------- 一般来说重启就可以解决的
补充:移动开发 , Android