Issue
I am learning xamarin to build a mobile app but i don't have any idea of Xamarin and mobile apps. I have opened a blank mobile app and there is "Hello world" for sample and edited some text but my app icon is not visible or may be i don't know to make it visible
Solution
For Application Icon :
Navigate to AndroidManifest.xml
and set
android:icon="@drawable/[icon_name_as_in_drawable]"
under <application>
tag
Try this sample : https://drive.google.com/file/d/0B0gZ3LiMukGdQVRMcnhNZURqR3M/view?usp=sharing
Answered By - Yksh
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.