This message was deleted.
# android
s
This message was deleted.
k
when I open previously developed java homework, Event Log show me -Gradle sync failed: com.intellij.openapi.externalSystem.model.ExternalSystemException
d
What are we supposed to be looking at? Nothing stands out from the screenshot.
k
Priviousley Android Studio was like this- under gradle scripts - both build gradle files.
Now ir look like this and nothing compiles
I tried uninstall and again install, but still I cant compile my month ago developed projects .
t
I don't think that Android Studio itself is broken. From the logs you shared, I can tell that you are unable to download
com.android.tools.build:gradle:3.1.0
(the Android Gradle Plugin). Verify that you are no behind a proxy, and that the URL in you log point to an actual file. Regarding the Project view, it will display itself correctly after you fix the build.
k
Not totally understand your advice- URL in log point to actual file. Also I dont understand why completely new project search this .pom files in photo shown. This error appeared after I compiled TCP socket project (i dont know is it connected somehow).
I cant even add app to configuration
Thenks Thibault Seisel ! You were right - in gradle global properties was set proxy settings. Solved!