Error after Enable Multi-Dex in Xamarin Android

前端 未结 6 1806
被撕碎了的回忆
被撕碎了的回忆 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:31

    For those who don´t want to change the Android SDK actual location plus ANDROID_HOME env variable, a simple link is enough:

    mklink /D "C:\android-sdk" "C:\Program Files (x86)\Android\android-sdk"
    

提交回复
热议问题