我需要在 Microsoft Visual Studio Android Emulator 上运行我的 (Xamarin) android 应用程序。
--Log after Build for apk is succeeds:
2>Build succeeded.
2>Waiting for device..
2>Detecting installed packages
2>Detecting installed packages...
2>
2>Installing shared runtime
2>Target device is x86.
2>Installing the Mono shared runtime (x86 - 1443097651)...
2>
2>Installing platform framework
2>Installing the API 23 platform framework..
2>
2>Installing application on device
2>Copying application to device...
2>
2>Getting installation path...
2>Using fast dev path: /storage/emulated/0/Android/data/com.software_innovation.proarcmobile/files/.__override__
2>Synchronizing assemblies...
2>Synchronizing assemblies
它在模拟器中启动 apk,但突然停止应用程序,并且调试器停止,输出控制台上没有任何消息。
我试图在没有附加调试器的情况下启动已安装的应用程序,但没有启动。互联网在模拟器中工作。我试过重新安装 vs_emulator。