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)
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 🙏
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?
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.
@@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.
@@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.
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 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.
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) .
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
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
Yes, i like the people solve the problem with explaining the reasons and the way to solve. Thanks 🙏
A new subscriber
you are the best my classmate had to pass me his project during an exam
Thank you very much my friend😍 It worked, everything went well, it fixed the problem here, a big hug from Brazil 🇧🇷🙏
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
Thanks for this wonderful tutorial 💪🏽
Muy bien explicado me sirvio de mucho GRACIAS!! THANKS!!
Thank u so much! EVERYTHING WENT WELL 🥰💕
Thanks for sharing sharing good information ma'am 😊
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)
now it is showing: "Your build is currently configured to use Java 22.0.1 and Gradle 7.5"
Thanks a ton🙏
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 🙏
Thanks for the information
Thank you so much!
thank you so much, your video save me
Thank you sooo much ma'ammmm 🥰🥰🌸
Thank you so much.
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
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
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?
Hi hope u have a great day! Im currently facing the same problem, i'm wondering if u had solved it?
thanks its working .
it worked for me .. Thanks😍
obrigado sou do Brasil do Amazonas e me ajudou muito
eu tambem
ola amigo. Vc é desenvolvedor?
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.
If you are using Giraffe version, update AGP version to 8.0.1 and Gradle version to 8.0
@@irekhatechsolutions Thankyou. Gradle update assistant is not supporting. Can you help alternative ways for updating it.
@@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.
@@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.
My 'Android Gradle Plugin Version' is unselectable. And it says: "$version.agp : 8.4.0".
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.
You can change AGP version manually in project's build.gradle file. Or use AGP Upgrade Assistant from Tools option.
@@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.
Thank you so much!!!!😭😭
How to fix the error like Cannot add task 'wrapper' as a task with that name already exists. For e-contact apk
could not understand. can you please mail me the error details with screenshot? surekha.bogi@gmail.com
hi at present android studio giraffe there is different ui in project structure there are no agp version there, can you please help
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) .
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
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
informative
u r safe my day
Graciaaaaaaaaaaas
Nice information, can you please share android interview questions
mam do some projects
Sure
Thank you so much!