I have been having a very difficult time with android apps. I\'m using Eclipse, V 4.2.0, and running API version 7. Below is the LogCat output of one program I\'m having difficu
In your xml, this line is wrong:
android:textColor="@string/color
You should dbl check that you have a file called "/res/color/color.xml some references to colors written in there.
Or just change :
to android:textColor="#ff000000"