Featured post

-Write C program to find even and odd number using macro

-Write C program to find even and odd number using macro #include<stdio.h> #define number(n)((n%2==0)?1:0) int main() { int num; printf("enter any number"); scanf("%d",&num); if(number(num)) printf("number is even"); else printf("number is odd"); return 0; } ***************************Output*********************** amr@amrj-virtual-machine:~$ gccevenodd.c amr@samr-virtual-machine:~$ ./a.out enter any number 2 number is evensmj@amr-virtual-machine:~$

A problem occurred evaluating root project 'android'. > A problem occurred configuring project ':app'. how to solve in flutter error

#flutter


#Build file 'D:\demo\android\build.gradle' line: 30 how to solve the error in flutter


* What went wrong:

A problem occurred evaluating root project 'android'.

> A problem occurred configuring project ':app'.

   > Could not open proj generic class cache for build file 'D:\demo\android\app\build.gradle' (C:\Users\User\.gradle\caches\7.4\scripts\2km7019czj57pdwhwiktpxuex).        

      > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 63


* Try:

> Run with --stacktrace option to get the stack trace.

> Run with --info or --debug option to get more log output.

> Run with --scan to get full insights.


* Get more help at https://help.gradle.org


Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.


You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.


See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

Comments

Popular posts from this blog

-Write C program to find even and odd number using macro

BCA (SCIENCE) JAVA PRACTICAL SLIPS PAGES.(JAVA) UNIVERSITY OF PUNE

How to OCR Text Extraction in Flutter Using Google ML Kit