Gradle Build Failed Error API Level 34 in Unity | 100% Solve After Updating Targeting API Level 2024

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • Are you struggling with Gradle Build Failed errors when targeting API level 34 in Unity? In this video, I'll guide you through the process of solving this issue in 2024.
    👍 If you found this video helpful, please give it a thumbs up and subscribe for more Unity tips and tutorials!
    🔔 Stay Connected:
    Subscribe to ytcodemaster for more updates and tutorials!
    #Unity #GradleBuildError #APILabel34 #UnityTutorial #Unity3D #FixGradleError #UnityTips #ytcodemaster #ytcodemaster #GooglePlayConsole #androidgames #GameDevelopment #MobileAppDevelopment #sdk #api #solved

КОМЕНТАРІ • 22

  • @jayrome9946
    @jayrome9946 5 днів тому

    thank you very much!

  • @nfshubham
    @nfshubham Місяць тому

    worked for me. Thanks. Your channel is very helpful for us as a dev.

  • @user-fi1ml4dx2i
    @user-fi1ml4dx2i Місяць тому

    thank you very much i was stressed since 2 month unable to find the proper solution of it but only because of you my this huge problem is solved once again thank you very very much

    • @YTCodeMaster
      @YTCodeMaster  29 днів тому

      Thank for watching this video 😊. Subscribe my channel for more helpful videos.

    • @user-fi1ml4dx2i
      @user-fi1ml4dx2i 29 днів тому

      @@YTCodeMaster already did

    • @YTCodeMaster
      @YTCodeMaster  29 днів тому

      @user-fi1ml4dx2i Thank you😊

  • @uladzislaudrobysh5782
    @uladzislaudrobysh5782 Місяць тому

    It's worked! Thanks A lot!! 🤗

  • @user-ql3bq6uv4d
    @user-ql3bq6uv4d 16 днів тому

    thank you so much : )

  • @playingaroundwithlife1171
    @playingaroundwithlife1171 25 днів тому

    Works with android 34, not with 35 for me. Thank you though! Already much better than 33.

  • @heidevok1086
    @heidevok1086 5 днів тому

    I have an app for upgrading the build API to 34 do you have a video where you do with the android studio ? A guide will be appreciated it

    • @YTCodeMaster
      @YTCodeMaster  5 днів тому +1

      You need to update compileSdkVersion and targetSdkVersion to 34 like this:
      In your android/app/build.gradle
      targetSdk 34
      compileSdk 34

    • @heidevok1086
      @heidevok1086 5 днів тому

      @@YTCodeMaster I will give it a try on the weekend, in case I will struggle I will reach you out , I subbed as well

  • @MegaDeadapple
    @MegaDeadapple 14 днів тому

    I built api 34 successful, but app crashes on my Samsung device with android 14.
    Is there any solution how to fix this? But my case happens on 2023.2.3f1 version

    • @YTCodeMaster
      @YTCodeMaster  14 днів тому

      Debug your app for better understanding of crash.

  • @nfshubham
    @nfshubham Місяць тому

    Can you make a video for Pan and zoom of UI screen with both orthographic and perspective camera in mobile, I am facing an issue, my camera is going out of area and not panning perfectly. Please if you can make a video or send me a script.

  • @allvideosentertainment9986
    @allvideosentertainment9986 12 днів тому

    again showing gradle error what i do

    • @YTCodeMaster
      @YTCodeMaster  12 днів тому

      Again, follow each step shown in the video and check if your Gradle version is compatible with your SDK version.

  • @ultimav3868
    @ultimav3868 Місяць тому

    I don’t have external dependency manager how do I get it?

    • @YTCodeMaster
      @YTCodeMaster  Місяць тому

      If you are using outside dependency like admob, IAP, etc then you will see external dependency manager.

  • @lyricsmelody9577
    @lyricsmelody9577 Місяць тому

    why do not folder android in plugins ??

    • @YTCodeMaster
      @YTCodeMaster  Місяць тому

      If you followed steps which is available at 1:50 in video then you will definitely see android folder inside Assets -> Plugins