Emulator errors after upgrading to Studio 1.4

I upgraded to Android Studio 1.4 yesterday, and since then I have had problems running any emulators.

I also recently upgraded to El Capitan, and I'm trying to work if it is Android Studio, El Capitan or something that I did with my setup.

emulator: WARNING: .//android/metrics/metrics_reporter_ga.c:138: curl_easy_perform() failed with code 7 (Error)
emulator: WARNING: .//android/metrics/metrics_reporter_ga.c:145: Got HTTP response code 0
emulator: WARNING: .//android/metrics/metrics_reporter_toolbar.c:92: curl_easy_perform() failed with code 28 (Error)
emulator: WARNING: .//android/metrics/metrics_reporter_toolbar.c:100: Got HTTP response code 0

After receiving these warnings, the emulator restarts and works as usual.

+4
source share
3 answers

This is a known bug, and the problem has just been raised here: https://code.google.com/p/android/issues/detail?id=196524

+1
source

1.4, , -.

0

I just found a workaround. I hope this works for you: Open "Android-Studio Settings" → "Settings", go to "Appearance and Behavior" - "System Settings → Usage Statistics" and uncheck the box "Send usage statistics to Google." Now matrics_reporter will be disabled during emulator startup.

0
source

Source: https://habr.com/ru/post/1610395/


All Articles