Issue
I'm new to Android development, and I'm trying to follow tutorials on the web. One thing that I've noticed is that the drawable folder is missing from 3.0, and behaving differently form older versions of AS if created manually.
After adding the directories manually I still can't reference my image.
What am I missing?
Solution
Just create a new folder:
Right click 'res' folder -> New -> Android Resource Directory.
or set alternative resource. such as
android:background="@mipmap/ic_launcher"
Answered By - user6264840
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.