Project not building properly in Android Studio using emulator



I am going through the "Building Your First App" steps on the official Android site (link). I have finished the first class, where you make a simple text field that can have text entered into it, and if you click a box beside the text field, the text entered will be sent to another screen.


However, when I run the app (using an emulator), the app is not building properly. I've changed some of the strings in strings.xml and they won't update, I'm only seeing what they were originally for some reason, and clicking the send button still does nothing. However, the preview I see when I view the XML files shows them displaying the correct Strings, so I don't understand why the app doesn't update on the emulator.


This is my first time using Android Studio and my first time playing around with Android, but I don't get why it won't update.


I have uploaded the following on pastebin:



If someone has a tip to help me through this, that would be appreciated.


No comments:

Post a Comment