android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. 02-23 13:19:44.510: E/AndroidRuntime(11667):
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by Pixel Crunch
, 1 year agovia xamarin.com by Unknown author, 1 year ago
via Xamarin Bugzilla by allie.miller, 1 year ago
via Stack Overflow by Pavle37
, 2 years agovia Stack Overflow by mani bharataraju
, 2 years agovia Stack Overflow by Unknown author, 2 years ago
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. 02-23 13:19:44.510: E/AndroidRuntime(11667):
at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:4039)
at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:709)
at android.view.View.requestLayout(View.java:12675)
at android.view.View.requestLayout(View.java:12675)
at android.view.View.requestLayout(View.java:12675)
at android.view.View.requestLayout(View.java:12675)
at android.view.View.requestLayout(View.java:12675)
at android.widget.TextView.checkForRelayout(TextView.java:6773)
at android.widget.TextView.setText(TextView.java:3306)
at android.widget.TextView.setText(TextView.java:3162)
at android.widget.TextView.setText(TextView.java:3137)
at com.pixelcrunch.crunchtime.TheCount$1.run(TheCount.java:87)
at java.util.Timer$TimerImpl.run(Timer.java:284)