0
Android Studio is no longer running the project. I have uninstalled and installed again but does not solve, it is only in this of "Gradle build running" and never ends.
22:21:33 Gradle sync started
22:23:58 Gradle sync completed
22:24:00 Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies]
I also went to "File > Settings Build,Execution,Deployment> Build Tools>" Gradle and enabled the option "Offline work" and also gave nothing.
What I do?
hello @Leo, I had this problem here, I solved it by creating a new project with the same name and copying the relevant files and folders from the old to the new, by pertinent say, the files from the folder "src/main/seudominio/seuprojeto/*. java" and the "res" folder. warns if it worked
– Armando Marques Sobrinho
Is there a problem for my users to update? my app is in the Play store.
– user41630
Voce needs to do everything the same, the project name, the domain name, the package name, finally, make a reset as if you were doing it for the first time, and also remember to put the correct version and copy your Signed key, another important thing, better if you copy from your file manager and paste by own studio by clicking on the places where Voce wants to paste
– Armando Marques Sobrinho
Unfortunately, the way I managed to solve this was like this, because I tried everything, I tried to reset the cache, I tried the sdk, I deleted the folder ". studio" and not even with a new installation of android studio worked, so I did it and solved.
– Armando Marques Sobrinho
Another thing, I don’t remember the domain name of my App, you know where I find in some file? I only remember the package
– user41630
the domain name is something like: com.seudominio.seupackage, open the folder "app/main/seudominio/seupacote" there is the full name that you need to use, usually the package name in the manifest is the domain name and the compound package name
– Armando Marques Sobrinho
Okay, I’ll try here and you warning! Thank you!
– user41630
Manage to solve here and I will post an answer!
– user41630