nickpack / ansible-role-android-sdk

Install Android SDK tools and packages, headless, with ansible.
Other
40 stars 32 forks source link

"Install Android SDKs for applicable releases" is slow, even when no new changes are being made #7

Open kuza55 opened 8 years ago

kuza55 commented 8 years ago

I've been using this to provision an server and the "Install Android SDKs for applicable releases" step is really slow, even when all of the sdk bits have already been installed.

It looks like the slowness is due to the Android SDK itself, so it might be useful to compute the list of items that are already installed and only run the android sdk command when it is necessary and only with the list of new items.

nickpack commented 8 years ago

@kuza55 Sorry, I've been a bit quiet here lately - when I have some time I'll look into this.