<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/myemail"
android:textColor="#FFFFFF"
android:textSize="16px"
android:background="#26B0DE"
android:layout_marginTop="3px"
android:autoLink="email"
/>
TextView中的文字为:测试ooooo@gmail.com
单击TextView后程序崩溃,提示:Unsupported action
DMMS中的异常如下所示:
03-15 09:26:11.330: ERROR/InputDispatcher(39): channel '4054e430 lan.android.ui/lan.android.ui.UIActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
03-15 09:26:11.330: ERROR/InputDispatcher(39): channel '4054e430 lan.android.ui/lan.android.ui.UIActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
03-15 09:26:12.449: ERROR/InputDispatcher(39): Received spurious receive callback for unknown input channel. fd=180, events=0x8
03-15 09:26:12.449: ERROR/InputDispatcher(39): Received spurious receive callback for unknown input channel. fd=165, events=0x8
03-15 09:26:12.460: ERROR/InputDispatcher(39): Received spurious receive callback for unknown input channel. fd=173, events=0x8
03-15 09:26:12.460: ERROR/InputDispatcher(39): Received spurious receive callback for unknown input channel. fd=176, events=0x8
03-15 09:26:12.480: ERROR/InputDispatcher(39): Received spurious receive callback for unknown input channel. fd=179, events=0x8
03-15 09:26:12.480: ERROR/InputDispatcher(39): Received spurious receive callback for unknown input channel. fd=182, events=0x8
目前我是没有找到办法,保守点不行就用2.2的版本吧。
我用的2.2现在还没发现遇到太诡异的问题。
祝你早日解决问题并共享问题!!^_^
你用的模拟器采用的SDK是哪个版本?换成2.1 或者2.2的。
还有没有别的错误了?
我在外国网上查了,大部分和你的错误时一样的也同样用的2.3,但是都没有解决的办法。
在>http://groups.google.com/group/android-developers?hl=en
上外国的程序员也同样没有找到问题的答案,他们都是把问题已email的形式发送到google得官方邮箱中了。
不过有一个中国的朋友说是一个bug,具体他也没有描述。
我就知道这些了。
如果还有别的错误的话,在另行分析。