EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

General error during semantic analysis: Unsupported class file major version 61 #1850

Open emog opened 2 years ago

emog commented 2 years ago

Dependencies:

"@nativescript/core": "~8.1.3", "@nativescript/firebase": "^11.1.3", "@nativescript/android": "8.1.1", "@nativescript/ios": "~8.1.0",

Error:

csimpi commented 2 years ago

Same here after reinstalled linux

csimpi commented 2 years ago

UPDATE:

@emog You need to downgrade your JDK version.

Install JDK 8 sudo apt install openjdk-8-jdk

Change the default version of JDK selecting from the appearing list: sudo update-alternatives --config java

emog commented 2 years ago

@csimpi Thank you. I'm using macOS but I will downgrade the jdk version and will try again.