そこで、アプリケーションの1つでproguardを有効にしました。いくつか問題がありましたが、すべて解決しました(proguardを更新し、Android sdk without space)のシンボリックリンクを作成する必要がありました)
別のアプリケーションでプロガードを有効にしましたが、常にこのエラーが発生します。
The "Xamarin.Build.Download.XamarinBuildAndroidAarProguardConfigs" task could not be loaded from the Assembly C:\Users\xxx\Desktop\xxx oud\packages\Xamarin.Build.Download.0.4.6\build\Xamarin.Build.Download.dll. Confirm that the <UsingTask> declaration is correct, that the Assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
誰かがこれを解決する方法を知っていますか?さらに何を追加できるかわからない
コンピューターを再起動して問題を解決しました
編集:VisualStudioを再起動するだけで問題を解決できるようです
VisualStudioまたはコンピューターを再起動しても機能しませんでした。正しい修正は、Xamarin.Build.Download
のパッケージバージョンを機能するものに変更することです。
私にとっては、バージョン0.4.7
を参照するパッケージを0.4.3
に変更することを意味しました。
多くの人が0.4.7で問題を抱えているようです。