“The following SDK components were not installed: sys-img-x86-addon-google_apis-google-22 and addon-google_apis-google-22”

后端 未结 15 1339
终归单人心
终归单人心 2020-12-01 13:44

I\'m Windows 7 64-bit user and I got Android Studio problem after I update the latest version of Android Studio and SDK components..

相关标签:
15条回答
  • 2020-12-01 14:13

    i have solve my same problem

    i update my android studio, and i choose not to import my setting from my previous version than that problem appear.

    than i realize that i have 2 AndroidStudio folder on my windows account (.AndroidStudio and .AndroidStudio1.2) and on my new .AndroidStudio1.2 folder there are no other.xml file.

    than i copy other.xml file from C:\Users\my windows account name.AndroidStudio\config\options to C:\Users\my windows account name.AndroidStudio1.2\config\options

    and that how i solve my problem.

    0 讨论(0)
  • 2020-12-01 14:13

    I'm using UBUNTU and I got this same error. I restarted the set up using sudo and did a custom install. This solved my problem!

    --More Specific--

    re-installed using # sudo ./studio.sh

    then I made sure to click "Custom Install"

    then I made sure all packages were selected.

    And I got this message Android virtual device Nexus_5_API_22_x86 was successfully created

    0 讨论(0)
  • 2020-12-01 14:16

    I'm a MacOS user.

    I solved it by uninstalling Android Studio and reinstalling it again.

    If you want to try this link helped me a lot.

    Uninstall Android Studio MacOS (terminal)

    0 讨论(0)
  • 2020-12-01 14:16

    I just run: C:\Users[Username]\AppData\Local\Android\sdk\SDK Manager.exe

    Install SDK Platform Android M Preview

    enter image description here

    And run Android Studio again.

    It's working for me :D

    0 讨论(0)
  • 2020-12-01 14:21

    I am having the same issue when trying to upgrade Android Studio from 1.1 to 1.2 on Mac OS 10.10. I solved the problem by selecting custom installation instead of standard. Also we need to select the Android SDK Platform (Lollipop 5.1).

    0 讨论(0)
  • 2020-12-01 14:26

    I uninstall Only Android studio (keep the SDK and Emulator) and then reinstall it just android studio. took me 2 minutes and my android studio work again.

    0 讨论(0)
提交回复
热议问题