I’m at the 7th step on the below Java project:
https://www.codecademy.com/paths/introduction-to-android-with-java/tracks/getting-started-IADWJ/modules/getting-started-with-android-studio/informationals/android-project-dear-diary
What I need to do here is that " Choose the Run ‘app’ command from the Run menu.
When you unlock the AVD screen, you should see the app on the device. The application name, My Android Diary , appears at the top of the screen, and the default sample text "Dear Diary"
is displayed on the screen with our Multiline Text component. However, our Multiline Text input is at the coordinates 0, 0
. The red !
mark in Android Studio warned us of this."
I already ran but the application name and default sample text, both of them didn’t display on the screen as the above instruction. I got the below errors instead:
Could anyone kindly point out what might have gone wrong?