Error | android sdk version not found 34.0.0 | adb | React Native Setup | android setup | gradlew

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 2

  • @dharmeshtanwar218
    @dharmeshtanwar218 2 месяца назад

    Sir, My problem is still pending and showing the same error as before, Please help!

    • @kirankuyate
      @kirankuyate  2 месяца назад

      - Ensure the path is correctly set and added to both User and System Environment Variables.
      - Check the required JDK version and SDK version (34.0.0), and specify this version in the Environment Variables (particularly 34.xx). In my case, this version works, along with related builds and other API installations in Android Studio. Ensure you have the latest stable version of Node.js installed.
      - Install SDK API version 34.xx, select a compatible virtual device, and launch it. If your virtual Android device runs like a mobile, then ADB is correctly set up.
      - Run the react-native doctor command. If everything is correct except the SDK version, press the suggested option below to fix it.
      - If there are still errors, try fixing them exactly as shown in the video.
      - Install packages related to React Native, Gradle, and other necessary dependencies, then retry.
      - Run the doctor command again and fix any errors or warnings except for the SDK version 34.0 required message.
      - Once everything is set, run the react-native start command to launch your app.
      - If 2-3 terminals pop up and the app starts building, that's a good sign. If your virtual device doesn't launch or is already open, try to open it manually or let it start automatically
      #I hope this point help #you and #others.