https://kotlinlang.org logo
Title
s

Slackbot

05/06/2019, 8:15 AM
This message was deleted.
k

krleg

05/06/2019, 8:30 AM
when I open previously developed java homework, Event Log show me -Gradle sync failed: com.intellij.openapi.externalSystem.model.ExternalSystemException
d

darkmoon_uk

05/06/2019, 9:16 AM
What are we supposed to be looking at? Nothing stands out from the screenshot.
k

krleg

05/06/2019, 9:50 AM
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

tseisel

05/06/2019, 10:20 AM
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

krleg

05/06/2019, 11:04 AM
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!