[mono-android] Icon in Settings - Apps

2013-01-25 Thread Stephan Steiner
Hi My main activity has an Icon - which show up just fine in the title bar when launched, and it is also used as app icon in the launcher. However, I noted that under "Settings - Apps", the app doesn't show up with that icon but instead uses the default Android icon. Is there any way to change th

Re: [mono-android] Installation with SDK Manager 21

2013-01-25 Thread Stephan Steiner
>This is the problem with making things "simple": _something_ has to be installed, and given that a huge number of devices still only have 2.3 installing only recent versions seems silly... That said, we should stop installing the older API levels; who uses API 4 anymore? I understand - but I th

[mono-android] Monodroid samples/MapsDemo not showing Map

2013-01-25 Thread noobob
Hello, I am looking to develop an application that uses the Google Map API v2. I downloaded the monodroid samples from here , and run the *MapsDemo* after setting my Google API Key:

Re: [mono-android] Monodroid samples/MapsDemo not showing Map

2013-01-25 Thread Jonathan Pryor
On Jan 25, 2013, at 7:45 AM, noobob wrote: > I also installed the com.android.vending.apk and com.google.android.gms.apk > after some search. That's weird/wrong. You should instead use the Google APIs Add-on emulator image: http://docs.xamarin.com/Android/Guides/Platform_Features/Maps

Re: [mono-android] Installation with SDK Manager 21

2013-01-25 Thread Jonathan Pryor
On Jan 25, 2013, at 5:23 AM, Stephan Steiner wrote: > Is there any page where you have download links for the individual m4a > release MSIs so that those who prefer to do things manually can do so? Go to: https://store.xamarin.com/account/Products Then click the "Show Recent Releases" link for

Re: [mono-android] Icon in Settings - Apps

2013-01-25 Thread Jonathan Pryor
On Jan 25, 2013, at 5:17 AM, Stephan Steiner wrote: > However, I noted that under "Settings - Apps", the app doesn't show up with > that icon but instead uses the default Android icon. I imagine you need to set the application icon as well as the activity icon: http://developer.android

Re: [mono-android] Monodroid samples/MapsDemo not showing Map

2013-01-25 Thread Tom Opgenorth
I'm a bit confused - you mentioned Google Maps v2 in your e-mail, but the MapsDemo is for Google Maps v1? Google Maps v2 requires Google Play Services to work. Unfortunately Google Play Services isn't universally available - it is not provided in the emulators for example. That said, it looks lik