flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Classes not found

Open manuelddahmen opened this issue 7 months ago • 0 comments

  1. Describe the bug or issue that you're seeing.

One dependency is not found in the compiler (color red for class and object names and underline red). implementation(project(":partialandroid")) { exclude(group = "one.empty3.libs", module = "partial-desktop") // Correct } implementation("one.empty3:empty3-library-mp:2025.4.23") { exclude(group = "one.empty3.libs", module = "partial-desktop") // Correct }

  1. Attach log files from Android Studio 2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option. 2B. Create a diagnostic report and save it to your local computer. 2C. Attach the report to this bug using the Add attachments button.

  2. If you know what they are, write the steps to reproduce:

    3A. Download the project: https://github.com/manuelddahmen/empty3_masks_app or make a android project with dependencies section like above (flutter + android + kotlin with java version 17).

    3B. synchronize 3C. see the classes not found from : one.empty3:empty3-library-mp:2025.23. 3C I got no error on MeerKat 2024.3.2 RC 3

In addition to logs, please attach a screenshot or recording that illustrates the problem.

For more information on how to get your bug routed quickly, see https://developer.android.com/studio/report-bugs.html

Build: AI-251.23774.16.2511.13371696, 202504170927 AS: Narwhal | 2025.1.1 Canary 7 AI-251.23774.16.2511.13371696, JRE 21.0.6+-13368085-b895.109x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 1920x1080 (100%) Android Gradle Plugin: 8.10.0-rc02 Gradle: 8.13 Gradle JDK: Oracle OpenJDK 22 NDK: from module: 27.0.12077973, from local.properties: (not specified), latest from SDK: 27.0.12077973 CMake: from local.properties: (not specified), latest from SDK: 3.22.1-g37088a8-dirty, from PATH: (not found)

DiagnosticsReport20250424-144807.zip
1.1 MB
[Download](https://issuetracker.google.com/action/issues/413291836/attachments/65176398?download=true)
screenshot-bug-april-2025.png
474 KB
[View](https://issuetracker.google.com/action/issues/413291836/attachments/65176399?download=false)
[Download](https://issuetracker.google.com/action/issues/413291836/attachments/65176399?download=true)[

![Image](https://github.com/user-attachments/assets/613e045f-6f8f-460e-9a87-b0e05f09c10c)

[DiagnosticsReport20250424-144807.zip](https://github.com/user-attachments/files/19892921/DiagnosticsReport20250424-144807.zip)

](url)

manuelddahmen avatar Apr 24 '25 13:04 manuelddahmen