I had the same problem. My setup is for a proxy. So, the init studio was unsuccessful. So I added disable.android.first.run=truethis line to idea.properties in android-studio / bin. It worked and the studio was running, but then I saw that the SDK manager was inactive.
, disable.android.first.run=true .
, , -
studio64.vmoptions and studio.vmoptions
-Dhttps.proxyPort=port
-Dhttps.proxyHost=host
-Dhttps.proxyUser=username
-Dhttps.proxyPassword=password
,