Xamarin Android项目真机测试闪退
项目在模拟器中运行正常,但在真机上闪退。这是由于项目设置使用共享的Mono运行时。 Visual Studio中,在项目属性-Android Options总,不要勾选Use Shared Runtime。 Xamarin Studio中,在工程选项-构建-Android Build选项中,不要勾选Use shared Mono runtime。
Xamarin Android项目真机测试闪退
项目在模拟器中运行正常,但在真机上闪退。这是由于项目设置使用共享的Mono运行时。 Visual Studio中,在项目属性-Android Options总,不要勾选Use Shared Runtime。 Xamarin Studio中,在工程选项-构建-Android Build选项中,不要勾选Use shared Mono runtime。
转载于:https://my.oschina.net/u/1585857/blog/700370