Error after Enable Multi-Dex in Xamarin Android

前端 未结 6 1790
被撕碎了的回忆
被撕碎了的回忆 2021-02-14 04:54

While creating a Xamarin Android application, after adding the reference to Infragistics Chart control and the Google Play services, we had to enable the \'Enable Multi-Dex\' pr

6条回答
  •  别那么骄傲
    2021-02-14 05:13

    I had the same problem. To resolve it you must go to the properties of your project and in the option Android Options in packaging you disable Multi-Dex. And in the debugger option choose Xamarin or not Microsoft. I think that it resolves your problem.

提交回复
热议问题