为什么我不能从Xamarin在Motorola ET1上安装应用程序?

Pis*_*ean 1 xamarin.android xamarin xamarin-studio

我刚刚开始Xamarin并尝试探索它.我制作了一个应用程序并尝试将其安装在Motorola ET1设备上,但我收到以下错误:

 Detecting installed packages
 Removing old runtime
 Installing shared runtime
 Removing old runtimes
 Installing shared runtime
 Installing platform framework
 Removing previous version of application
 Installing application on device
 Synchronizing assemblies
 Deployment failed because the FastDev assembly directory could not be created.
 Deployment failed. FastDev directory creation failed.
Run Code Online (Sandbox Code Playgroud)

我在我的Galaxy S3上安装了相同的应用程序,它在那里工作得很好.我正在使用mac进行开发.我用谷歌搜索,发现禁用快速开发有帮助,但我找不到在Mac上的Xamarin Studio中禁用它的位置.为什么我不能在摩托罗拉ET1上安装此应用程序.我怎么能这样做?提前致谢.

Pis*_*ean 5

在Build/Android Build/Packaging中禁用快速装配部署解决了我的问题.