示例消息
The 'BundleAssemblies' property is deprecated and it has no effect on the application build. Equivalent functionality is implemented by the 'AndroidUseAssemblyStore' and 'AndroidEnableAssemblyCompression' properties.
解决方案
请直接编辑你的 csproj 文件,并删除其中的“BundleAssemblies”属性。
AndroidUseAssemblyStore 并且默认情况下都启用, AndroidEnableAssemblyCompression 并且同时实现与这一 BundleAssemblies行为等效的行为。