I just started making my way through beginner tutorials on developer.android.com. I'm stuck at the chapter which explains the life cycle of activities. I understand it but I can't get the supplied sample (sample) to work.
I start a new project with "Android project from existing code" and select the downloaded files but Graphical Layout view reports some errors like:
I'm sure there's a simple solution...
I'm attaching an image: Image
I start a new project with "Android project from existing code" and select the downloaded files but Graphical Layout view reports some errors like:
Code:
Failed to convert @color/dark_yellow into a drawable
Color value '@color/light_yellow' must start with #
Couldn't resolve resource @color/dark_yellow
Couldn't resolve resource @dimen/font_medium
I'm sure there's a simple solution...
I'm attaching an image: Image
