Xamarin Studio 2 - latest stable update - Error executing task Aapt: The source sequence is empty

后端 未结 1 1124
离开以前
离开以前 2020-12-20 20:09

I am using the trial version of Xamarin Studio for my final year project consisting an android application. Everything went smooth initially. But today right after updating

1条回答
  •  我在风中等你
    2020-12-20 20:23

    It's a recent change/bug in Xamarin.Android that expects to be used with Android tools rev. 22 or later where appt has been moved around in the sdk directory (from tools to build-tools). You need to go into the android sdk manager and update the SDK tools to revision 22 (or better) and also install the new build-tools package. enter image description here

    0 讨论(0)
提交回复
热议问题