Fix the gradle issue "The project is using an incompatible version of the Android Gradle plugin."

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

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

  • @maheshYchhetri
    @maheshYchhetri 8 месяцев назад +3

    Yes, i like the people solve the problem with explaining the reasons and the way to solve. Thanks 🙏
    A new subscriber

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

    you are the best my classmate had to pass me his project during an exam

  • @StrikWolf
    @StrikWolf 11 месяцев назад

    Thank you very much my friend😍 It worked, everything went well, it fixed the problem here, a big hug from Brazil 🇧🇷🙏

  • @OutOfNameIdeas2
    @OutOfNameIdeas2 4 месяца назад +2

    im stuck on 8.5. i dont understand. i set it to 8.9 in settings agp upgrade assistant wont let me upgrade from 8.5

  • @tafman
    @tafman Год назад +1

    Thanks for this wonderful tutorial 💪🏽

  • @7223809072
    @7223809072 5 месяцев назад

    Muy bien explicado me sirvio de mucho GRACIAS!! THANKS!!

  • @mariaeduardarodrigues2992
    @mariaeduardarodrigues2992 11 месяцев назад

    Thank u so much! EVERYTHING WENT WELL 🥰💕

  • @sunitakumari7678
    @sunitakumari7678 Год назад

    Thanks for sharing sharing good information ma'am 😊

  • @RK_Music0502
    @RK_Music0502 Год назад

    I'm using giraffe version and in that AGP version is 8.1.0 and the gradle version is 8.0 and the error is showing (Unsupported class file major version 65)

  • @pk7403
    @pk7403 5 месяцев назад

    now it is showing: "Your build is currently configured to use Java 22.0.1 and Gradle 7.5"

  • @akashbhattacharya4040
    @akashbhattacharya4040 Месяц назад

    Thanks a ton🙏

  • @shubhamgandham5202
    @shubhamgandham5202 7 месяцев назад

    unsupported modules detected compilation is not supported for following modules: Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
    Any solution.. please solve this issue 🙏

  • @rohantalukder
    @rohantalukder 10 месяцев назад

    Thanks for the information

  • @mouaadibnujabal3919
    @mouaadibnujabal3919 6 месяцев назад

    Thank you so much!

  • @duyopham520
    @duyopham520 10 месяцев назад

    thank you so much, your video save me

  • @FrogTurtle1
    @FrogTurtle1 Год назад

    Thank you sooo much ma'ammmm 🥰🥰🌸

  • @zubizaretta00
    @zubizaretta00 Год назад

    Thank you so much.

  • @god_zelo9347
    @god_zelo9347 6 месяцев назад

    I'm having issues with mine.......And i think the version I'm using is the new one that works with flutter
    Please help me

  • @AwaisYaseen-x6h
    @AwaisYaseen-x6h 3 месяца назад

    use the agp upgrade assistant to change the project's version of agp how to solve
    this above show in project structure tab how i change gradle verions

  • @igorwinder9009
    @igorwinder9009 11 месяцев назад

    The project is using an incompatible version (AGP 8.1.0) of the Android Gradle plugin. Latest supported version is AGP 8.0.2 What would be the procedure to solve it? Could you give me tips on how to solve it?

    • @tranvuducc
      @tranvuducc 3 месяца назад

      Hi hope u have a great day! Im currently facing the same problem, i'm wondering if u had solved it?

  • @Anwar.Kabir.
    @Anwar.Kabir. 7 месяцев назад

    thanks its working .

  • @ins2top
    @ins2top 11 месяцев назад

    it worked for me .. Thanks😍

  • @rastrec_rastreamento
    @rastrec_rastreamento Год назад +1

    obrigado sou do Brasil do Amazonas e me ajudou muito

  • @newbiehype4505
    @newbiehype4505 Год назад

    I was using Flamingo with Gradle version is 8.3-rc-2.
    [The project is using an incompatible version (AGP 8.3.0-alpha06) of the Android Gradle plugin. Latest supported version is AGP 8.0.0]
    Then upgrade to Giraffe. & tried your method.
    [Minimum supported Gradle version is 8.3-rc-2. Current version is 8.0.]
    It loops.
    [The project is using an incompatible version (AGP 8.3.0-alpha06) of the Android Gradle plugin. Latest supported version is AGP 8.0.1]
    Please, Solution mam.

    • @irekhatechsolutions
      @irekhatechsolutions  Год назад +1

      If you are using Giraffe version, update AGP version to 8.0.1 and Gradle version to 8.0

    • @newbiehype4505
      @newbiehype4505 Год назад

      @@irekhatechsolutions Thankyou. Gradle update assistant is not supporting. Can you help alternative ways for updating it.

    • @irekhatechsolutions
      @irekhatechsolutions  Год назад

      @@newbiehype4505 Open project's build.gradle file --> update AGP version to 8.0.1 for classpath. Then open gradle-wrapper.properties file -> update gradle version to 8.0 for distributionUrl property.

    • @newbiehype4505
      @newbiehype4505 Год назад

      @@irekhatechsolutions thanks anyway. The Giraffe takes constant agp of your project. Doesn't allow to change in project structure. The alternative method I used is to change the project agp version to match intended requirements. And error was gone.

  • @objectobj
    @objectobj 6 месяцев назад

    My 'Android Gradle Plugin Version' is unselectable. And it says: "$version.agp : 8.4.0".

    • @objectobj
      @objectobj 6 месяцев назад

      The solution is very simple. Go to the project's "build.gradle" file, hold Ctrl and then press left mouse button on "androidApplication". You'll appear in a "*.toml" file. Find the line with the "agp" attribute and change its version to your desired one.

    • @irekhatechsolutions
      @irekhatechsolutions  6 месяцев назад

      You can change AGP version manually in project's build.gradle file. Or use AGP Upgrade Assistant from Tools option.

    • @objectobj
      @objectobj 6 месяцев назад +1

      @@irekhatechsolutions Bah, RUclips keeps deleting my comments. Thank you, I've already figured that out using solution №1 you offered. The second one didn't work, because "Tools →AGP Upgrade Assistant" wouldn't help - nothing would show up, strangely.

  • @rkyertm9426
    @rkyertm9426 Год назад

    Thank you so much!!!!😭😭

  • @arunhansi4875
    @arunhansi4875 Год назад

    How to fix the error like Cannot add task 'wrapper' as a task with that name already exists. For e-contact apk

    • @irekhatechsolutions
      @irekhatechsolutions  Год назад

      could not understand. can you please mail me the error details with screenshot? surekha.bogi@gmail.com

  • @LostKing-nm4xg
    @LostKing-nm4xg Год назад

    hi at present android studio giraffe there is different ui in project structure there are no agp version there, can you please help

    • @irekhatechsolutions
      @irekhatechsolutions  Год назад +1

      You can find the AGP version in File -> Project Structure -> Project. But you can only update it from AGP Upgrade Assistant (Tools -> AGP Upgrade Assistant) .

  • @tnpscislife
    @tnpscislife Год назад

    In firebase robo test I getting this errors
    Plz help me
    The error is
    1) Java.lang.NumberFormatException: for input string: “ “
    2) Usage of non-SDK interfaces
    3) Non-SDK API usage violation

    • @irekhatechsolutions
      @irekhatechsolutions  Год назад

      1) You receive NumberFormatException if you are trying to parse a string which is not a parsable integer. Check where you are doing Integer.parseInt(str).
      2. Starting in Android 9, the platform restricts which non-SDK interfaces your app can use. Please check this page developer.android.com/guide/app-compatibility/restrictions-non-sdk-interfaces
      3. Check out my video to understand Non-SDK API usage violation
      ruclips.net/video/DG_wqnj9c7I/видео.html

  • @abirsonet925
    @abirsonet925 11 месяцев назад

    informative

  • @74n3r
    @74n3r Год назад

    u r safe my day

  • @perroconsombrero
    @perroconsombrero Год назад

    Graciaaaaaaaaaaas

  • @sravanipamu9340
    @sravanipamu9340 Год назад

    Nice information, can you please share android interview questions

  • @johnsonchris5290
    @johnsonchris5290 Год назад

    mam do some projects

  • @SolaymanTalukder-q4u
    @SolaymanTalukder-q4u 5 месяцев назад

    Thank you so much!