Replies: 3 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Yo This error message indicates a Java version mismatch. Your Android Studio (which uses Java 17) is trying to use a plugin (com/github/copilot/lsp/LSPAsyncFileChangesListener, likely related to GitHub Copilot) that was compiled with a newer Java version than Java 17. Specifically, it's compiled with Java version 65, which corresponds to Java 19. |
Beta Was this translation helpful? Give feedback.
-
Try to upgrade to Java 21 and it will resolve this, additionally ensure your IDE and environment variables are using Java 21. ![]() |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Caused by: java.lang.UnsupportedClassVersionError: com/github/copilot/lsp/LSPAsyncFileChangesListener has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
Beta Was this translation helpful? Give feedback.
All reactions