- Forum posts: 1
Dec 26, 2014, 2:23:14 PM via Website
Dec 26, 2014 2:23:14 PM via Website
I was following 'Building Your First App' tutorial in developer.android.com
to create an edit text button for reading a text and then displaying that text in another activity, i used the exact code they provided there in my android studio project, but i'm getting 2 errors in MyActivity.java and DisplayMessageActivity.java, one error each for these java files.
error: cannot find symbol variable EXTRA_MESSAGE, why this error, pls help me to solve this.