Developer
Developer

Reputation: 4321

Xamarin MonoDroid does not support running the previous version

I have just installed the Xamarin tools, installation went without any errors.

I have launched VS 2013 Update 4 Pro and created Blank App ( Native Shared ).

I did not modify code or project structure, just tried to run.

So i have changed the Startup Project to Adnroid project:

enter image description here

Then i have rebuilt the entire solution. The console prompted Rebuild succeeded.

I have noticed that debugging button has a very long path, which is strange:

enter image description here

If i click on any option it opens the AVD Manager, but doesn't change the Start, to selected device.

So i have tried launching the Emulator from AVD manager and it works.

But when i click start in VS it prompts me:

enter image description here

Where is the problem? How can a newly installed app not work?

Upvotes: 2

Views: 8359

Answers (2)

Zach S.
Zach S.

Reputation: 130

A note here should be that within Visual Studio/Xamarin the settings regarding supported version are within the solution settings of that project.

In this way you can change the version to support what you need, or if it is correct download a more current simulator.

This can be done with GenyMotion for instance or Xamarin Android Player.

Upvotes: 0

Milen
Milen

Reputation: 8867

You project is most likely targeting lower version of android API. Try changing the target android version.

Upvotes: 1

Related Questions