0
Hi, I updated Android Studio last week and after that it got complicated to work. It no longer identifies the Imports, no longer completes the code, Glade had stopped compiling but I was able to get back to version 3.0.1 and now I can compile. But even presenting these "errors" he can compile the projects.
Can someone help me solve?
The version of Android Studio is this:
Android Studio 3.1
Build #AI-173.4670197, built on March 21, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Related https://answall.com/q/253522/2541
– ramaral
in his case is the xml preview that gave problem, but in mine not, was the same java.
– GabrielLocalhost
So I doubted to consider it duplicate. However, what is said in the reply to it, as regards following the indications, is valid for this case. Where the build failure, because of the update, in addition to the description of the problem, you are presented the way to solve(in the form of link), just click on it.
– ramaral
Aham, as I said I can build and install my projects, only disturbs me in the Code Editor.
– GabrielLocalhost
I’m sorry, I didn’t read the question well. I suggest you update Android Studio to 3.1 and follow the instructions to update the project.
– ramaral
is just the 3.1 version I have
– GabrielLocalhost
Now I’m confused because you say: "Glade had stopped compiling but I was able to get back to version 3.0.1 and now I can compile."
– ramaral
Have you tried
Tools -> Android -> Sync Project With Gradle Files
?– Lennoard Silva
If you create a ZERO project, the editor works?
– Guilherme Nascimento
my @ramaral problem would be only it does not find the Imports and does not autocomplete more the code, but it does build yes, only in the edition of the code, in the programming that does not work.
– GabrielLocalhost