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

后端 未结 15 1696
鱼传尺愫
鱼传尺愫 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条回答
  •  萌比男神i
    2020-12-09 08:52

    Whenever I encounter this problem, I publish the app and install in manually using

    adb install ""

    in the Android Adb Command Prompt.

    Hopefully, a fix is out soon, according to https://github.com/xamarin/xamarin-android/issues/3727

提交回复
热议问题