Build unsuccessful : Error with Android project in Xamarin.Forms

后端 未结 6 1442
隐瞒了意图╮
隐瞒了意图╮ 2020-12-06 06:45

I just create a small Xamarin.Forms sample application. When i build my Android project i get some errors. I just googled errors and find some solutions. But nothing works f

6条回答
  •  渐次进展
    2020-12-06 07:41

    Delete all the zip files. Even if it asks you to download and replace, it will corrupt again. The quicker way is to just delete all the zip files and rebuild, it will automatically download and unzip as required.

    The Android m2repository gets corrupted often on my machine.

    With Android I also suggest, build against API 23 (6.0) and set you minimum level to 15 (unless you really need API 10). Make sure you don't use the "Latest SDK" selection, that has been known to cause issues in the past as well, select the highest API beneath that.

提交回复
热议问题