Xamarin Support Package error

后端 未结 4 1636
闹比i
闹比i 2021-01-23 10:13
Please install package: \'Xamarin.Android.Support.Design\' available in SDK installer. Android resource directory C:\\Users\\Srinivasarao\\AppData\\Local\\Xamarin\\Andro         


        
4条回答
  •  粉色の甜心
    2021-01-23 10:59

    Launch Android SDK Manager from Visual Studio

    To launch the Android SDK on Windows, navigate to the Tools > Android menu and select Open Android SDK Manager.

    The SDK Manager window will open.

    You can use this Android SDK manager to select tools, documentation, and the SDK that you wish to download or update.

    Ref: https://developer.xamarin.com/recipes/cross-platform/ide/launch_sdk_manager/

    After ensuring everything is update in Android SDK:

    1) Delete the "21.0.3" folder within in your AppData dir (reference your error)

    2) Rebuild your application.

提交回复
热议问题