Home

12.6.12

TextView cannot be resolved to a type

Or [insert whatever] cannot be resolved to a type.

You probably forgot to import eg. the widget package for the TextView. Try to add: "import android.widget.TextView;" At the top of your file.

No comments:

Related Posts Plugin for WordPress, Blogger...