Android Studio Does Not Recognize Classes

Asked 1 years ago, Updated 1 years ago, 67 views

All classes in Android Studio are icons below, and there is no red underline when you write the compilation error code, but you can debug the actual machine normally.
Could you tell me how to deal with this?

The version is as follows.
Android Studio 2.2.3 Operating System: Windows 7 64-bit Java 8

Enter a description of the image here

The same phenomenon occurs when you create a new project.
The gradle is as follows
Enter a description of the image here

android android-studio

2022-09-30 15:00

2 Answers

Is there a problem with the configuration?
Is File > Power Save Mode checked?
If so, remove the check and it will be solved.


2022-09-30 15:00

I don't think it's recognized as a source of java.There are many improvements when I try gradle sync or review build.gradle and gradle sync again.Restarting Android Studio is also effective.


2022-09-30 15:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.