Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
IDE : Qt Creator v7.0.2 CMake: 3.23.0-rc2 How can i fix this issue?
You need to add your java source files to the project so that they will appear in the project tree.
Something like:
if (ANDROID) list(APPEND PROJECT_SOURCES android/something.java android/and_another_something.java) endif()