【发布时间】:2021-08-21 14:30:25
【问题描述】:
应用程序调试出现问题。我曾经调试过它,一切都很好。然后我从手机中删除了应用程序,但现在我需要再次使用它。但是在部署时,我得到一个错误:
Error XA0130: Sorry. Fast deployment is only supported on devices running Android 5.0 (API level 21) or higher. Please disable fast deployment in the Visual Studio project property pages or edit the project file in a text editor and set the 'EmbedAssembliesIntoApk' MSBuild property to 'true'. 0,
互联网上的所有选项都不起作用,有人可以帮忙,谢谢。我使用的是 Android 版本 9.0-API 28
该程序已从手机中卸载,现在我需要再次使用它。
【问题讨论】:
-
您是否执行了错误消息中提示的任何一项操作?
-
消息中没有任何建议,只是一个错误行,我用它来修复它。 stackoverflow.com/questions/66799236/…
-
但这对我没有帮助
-
“请禁用快速部署...”似乎是一个非常明确的建议。
-
尝试删除项目的bin和obj文件夹并重启visual studio。
标签: android debugging xamarin xamarin.forms