Re: [android-developers] Newbie: Lesson 2 Module 4: button_send

2016-01-16 Thread Justin Anderson
First thing to check is that you actually have a button_send string defined... You should have a strings.xml file in the res/values folder. Inside there you should see something like this: Send If that string definition exists, then you need to check your package name. The R class... make sure y

[android-developers] Newbie: Lesson 2 Module 4: button_send

2016-01-16 Thread moodamultani
Hello friends, I was attempting the above module 4 in Lesson 2 (Building your first App) in the training pages: http://developer.android.com/training/basics/firstapp/starting-activity.html This module is titled: Starting Another Activity. I am trying this Android Studio 1.5.1 (6.0) API level 2