Android: java.lang.ClassCastException: android.widget.imageView cannot be cast to android.widget.textView
Eclipse tends to mess up your resources every now and then. This leads to some odd behavior such as strings and images being swapped all over your app, and more commonly classCastException(s), which happen when Eclipse switches your Views’ ids around. A few solutions to that problem: Clean your project. Modify an xml layout file … Read more