Is there a way to automate the android sdk installation?

后端 未结 12 2340
鱼传尺愫
鱼传尺愫 2020-11-27 08:41

Now I have to download and install the Android SDK and AVD Manager, and then install the APIs, tools through the UI. Is there a way to automate this process?

12条回答
  •  孤城傲影
    2020-11-27 09:38

    I got frustrated with this as well and built a Gradle plugin named com.quittle.setup-android-sdk that will detect and install what you need. It works on Windows, OSX, and Linux and doesn't require any additional dependencies if you build with Gradle.

    If you're interested you can checkout my docs on it here: https://github.com/quittle/gradle-setup-android-sdk

提交回复
热议问题