The emulator only runs old applications

1

I created an app some time and I'm creating another one now, but when I start emulador , the app that appears is the old one. I can not play the new app in the emulator.

What could be happening?

    
asked by anonymous 21.08.2016 / 18:10

1 answer

0

First look at the output of the application to see if it finds any evidence or message. Generally, when deploy is not done, some message appears describing the problem.

However I recommend uninstalling the Emulator App. You may not find the app in your Android (or Emulator) apps list. 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!

    
13.03.2017 / 18:42