1. This error is exactly what it sounds like. You are not supposed to hardcode strings like button names etc. Instead you are supposed to use strings stored in strings.xml. Please see the guide on Android String resources. https://developer.android.com/guide/topics/resources/string-resource.html
2. Is this even a question? It is impossible to give you an answer when you are providing zero information on what errrors you get. On Saturday, December 12, 2015 at 8:00:41 PM UTC+1, Amin BHST wrote: > > Hi > I have Android C++ Video tutorials and I have installed eclips,Android > studio , JDK and SDK > > > 1) When I drag Button widget on to android visual screen (in eclips and > Android Studio) I see an Error says:[I18N] Hardcoded string "Button", > should use @string resource > > 2) I have done exactly all the coding and XML and Visual stuff that were > shown on the videos and I see around 20 Errors for a simple Activity > project but I could not see any Errors in my video tutorials > > I have the latest update of eclips , Android studio , JDK and SDK and ADT > bundle > What should I do? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/b87458e5-ccf8-4d50-a37b-16d4ca89e965%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

