Is GUI for Android SDK manager gone?

前端 未结 11 1959
梦如初夏
梦如初夏 2020-11-28 19:55

I rarely do something for Android so I\'m a bit confused. While back there were two type of installations - Android Studio and just Android SDK. I have IDEA so I don\'t need

11条回答
  •  爱一瞬间的悲伤
    2020-11-28 19:59

    Since Android released build tools 25.3.0, they removed android CLI command and replaced it with avdmanager and sdkmanager located inside your $ANDROID_HOME/bin/tools

    Run this command to get a list of available packages in sdk-style path: sdkmanager --list

    Run this command to install a specific image: sdkmanager --verbose "system-images;android-19;google_apis;x86"

提交回复
热议问题