This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Description
What happened?
All non-android java files in a LibGdx project have every line marked as an error.
To reproduce:
- Create a new LibGgx project.
- Build and run the project to verify it was created correctly.
- Finally, open the GameSuperClass.java file in the "core" directory.
You will see every line in GameSuperClass.java is marked as an error.
If fixing this problem is too much of a hassle (for now) or not high on the priority list, please add a way to turn off the error underlines as it makes coding difficult (to both read and write).
What's the expected behavior?
Non-error lines (correct) are not marked as an error.
What version of AndroidIDE you're using?
v2.1.2 (debug builds)
Relevant log output
Everything seems to build and run correctly. The only hint is in the log:
Starting build...
Creating Idea project model...
> Configure project :core
Project project ':core' does not apply Android's application or library plugin
AndroidIDE's Gradle Plugin will not be applied to this project
IdeaProject model created...
Project MyGravity is not an AndroidProject
Fetching Android project model...
Building AndroidModule for project: app
Fetching 'debug' dependencies
Fetching project sync issues...
Android project model for project 'app' created in 417 ms
Building IdeGradleProject model for project: :core
CONFIGURE SUCCESSFUL in 1s
Duplicate issues
Code of Conduct