JakeWharton/sdk-manager-plugin

Add interactive mode

Opened this issue · 2 comments

Preferably with graphical prompts (to make it usable in IDEs). The general concept of resolving whatever non-obvious dependencies have to be resolved is great, but horror of downloading Android SDK because of missing/incorrectly set environment variable makes the plugin hardly usable for me.

I think, developer should know his environment, what the problem to configure environment variables (only one: ANDROID_HOME)?

Plugin's purpose: automate resolving Android SDK dependencies, preferable for Continuous Integration environment without graphical system. If you need GUI -> Open Android SDK manager

Plugin's purpose: automate resolving Android SDK dependencies, preferable for Continuous Integration environment without graphical system.

I don't see contradiction here: it should be possible to enable interactiveness with option with non-interactive operation by default.

If you need GUI -> Open Android SDK manager

Why am I supposed to do manually something, that is easily automated on build server?