Emulator only runs old applications

Asked

Viewed 44 times

1

I created an app some time ago and I’m creating another one now, but when I start the emulador, the app that appears is the old. I can’t touch the new app on the emulator.

What might be going on ?

  • Are you sure the new version is being generated correctly by IDE?. Which IDE is using, Visual Studio or Xamarin Studio? Have you tried removing the old version of the emulator?

  • 1

    Actually needed an upgrade, now runs normally. Thank you

1 answer

0

First look at the application output to see if you find any evidence or message. Usually, when deploy is not done, some message appears describing the problem.

But I recommend uninstalling the Emulator App. You may not find the app in your Android’s list of apps (or Emulator). So go to the settings, select the Applications option, find it and remove it.

Delete all bin and obj folders from the project and rebuild.

I believe this will solve!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.