Xamarin - Android - Visual Studio - The application could not be started

后端 未结 15 1730
鱼传尺愫
鱼传尺愫 2020-12-09 08:25

I was working on an Android project using Xamarin in Visual Studio 2012. I recently upgraded from an HDD to a SSD so I reinstalled Windows and all of my programs.

Af

15条回答
  •  醉话见心
    2020-12-09 09:11

    adb uninstall did the trick. The strange thing is that even if you run the command to list all app that are installed it will not show up but if you run the uninstall command with ur package name which should be ur project name or name that you have assigned you will get the success result which means it got uninstalled and to check that if run the uninstall command again with same package name u will get failure command. Then deploying ur package again should work

提交回复
热议问题