This is happening intermittently, I am targeting real device at API14. I have 2 VS Solutions : DevMap and DevMap2 using GoogleMaps V2.
DevMap application was built and deployed OK from VS. Then I switch over to DevMap2 Solution in a different VS window and build and deploy DevMap2, it builds OK and says deployed, but in fact DevMap is being run on device not DevMap2.
This is start of Debug Output from DevMap2 VS window Loaded assembly: /data/data/MYGOOGLEID/files/.override/DevMap.dll [External] Loaded assembly: /data/data/MYGOOGLEID/files/.override/GooglePlayServicesLib.dll Loaded assembly: /data/data/MYGOOGLEID/files/.override/Xamarin.Android.Support.v4.dll Loaded assembly: Mono.Android.dll [External] Loaded assembly: System.Core.dll [External] Loaded assembly: MonoDroidConstructors [External] etc...
I want DevMap2 to run on device not DevMap. Many Thanks