Unable to install new sdk's using android sdkmanager in visual studio latest version 2022

Sk 66 Reputation points
2024-09-10T14:56:06.77+00:00

I am having issue with sdk manager in visual studio 2022. I want to install android 14 (api level 34) using sdk manager but unable to do that.

Facing the issue provided in screenshot

I am usng latest visual studio version.

I am having good internet connection.

I tried like reinstalling and repairing visual studio but didn't worked.

Capture

User's image

Developer technologies .NET .NET MAUI
{count} votes

2 answers

Sort by: Most helpful
  1. Rolle Michel 75 Reputation points
    2024-09-11T15:21:33.4433333+00:00

    To help resolve your issue with the SDK Manager in Visual Studio 2022 for installing Android 14 (API level 34), here are several troubleshooting steps:

    1. Check Visual Studio Components

    Ensure that all the necessary components for Android development are installed in Visual Studio 2022:

    • Open Visual Studio Installer.
    • Select Modify for your Visual Studio 2022 installation.
    • Under Workloads, check that the Mobile development with .NET workload is installed.
    • Scroll to Individual components and ensure that:
      • Android SDK Setup (API level 34) is checked.
        • Android SDK Tools and Android SDK Manager are installed.
      Apply any missing components, if necessary.
    0 comments No comments

  2. Graham McKechnie 441 Reputation points
    2024-09-11T22:01:40.3533333+00:00

    Both of the above answers are incorrect. Scroll down a little further to the question Install Android API 34. You'll find the answer there. No need to reinstall or anything like the above comments.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.