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

[Bug]: Non-Android LibGdx Java Files All Errors #441

@Trasd

Description

@Trasd

What happened?

All non-android java files in a LibGdx project have every line marked as an error.

To reproduce:

  1. Create a new LibGgx project.
  2. Build and run the project to verify it was created correctly.
  3. 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

  • This issue has not been reported yet.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions