应用程序部署到设备失败
Deployment of app to device failed
我安装了 Xamarin Live Player 并且 运行正在安装。
当我将它与新创建的 Xamarin Forms(Master Details)应用程序一起使用时,它工作正常。我在设备上看到了应用程序。
但是,当我尝试 运行 我成熟的应用程序时,Visual Studio 告诉我 "Deployment to device failed. Make sure that Xamarin Live Player is open and that the device is in the same network."
由于新应用 运行 没问题,我想可能是其他问题。
我已经将 Android 项目属性设置为与新创建的应用程序相同。
为了确保安全,我已将我的成熟应用请求所有权利。
我怎样才能更详细地调试哪里出了问题?
Xamarin Live Player 无法 运行 所有应用。一旦您在 Xamarin.Forms 中使用反射、嵌入式资源、MVVM 框架或自定义渲染器,它可能只是 运行 应用程序。
您可以阅读 limitations of Xamarin Live Player in the official documentation for it。
您可能会在没有 Live Player 的情况下直接在设备上 运行 获得更好的体验。
我安装了 Xamarin Live Player 并且 运行正在安装。
当我将它与新创建的 Xamarin Forms(Master Details)应用程序一起使用时,它工作正常。我在设备上看到了应用程序。
但是,当我尝试 运行 我成熟的应用程序时,Visual Studio 告诉我 "Deployment to device failed. Make sure that Xamarin Live Player is open and that the device is in the same network."
由于新应用 运行 没问题,我想可能是其他问题。 我已经将 Android 项目属性设置为与新创建的应用程序相同。
为了确保安全,我已将我的成熟应用请求所有权利。
我怎样才能更详细地调试哪里出了问题?
Xamarin Live Player 无法 运行 所有应用。一旦您在 Xamarin.Forms 中使用反射、嵌入式资源、MVVM 框架或自定义渲染器,它可能只是 运行 应用程序。
您可以阅读 limitations of Xamarin Live Player in the official documentation for it。
您可能会在没有 Live Player 的情况下直接在设备上 运行 获得更好的体验。