JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 132 forks source link

"Android SDK Platform-tools" is not installed #5

Closed gfx closed 10 years ago

gfx commented 10 years ago

I've tried to use this plugin for Android SDK which I've installed today, and found that the plugin doesn't install "Android SDK Platform-tools".

Is there a plan to support managing platform tools in the plugin?

JakeWharton commented 10 years ago

Remind me what is contained in them?

gfx commented 10 years ago

this:

JakeWharton commented 10 years ago

Yes but why do you need it installed?

AlexKorovyansky commented 10 years ago

The same problem for me, when I'm trying to execute on CI server $ ./gradlew connectedAndroidTest

What went wrong: Execution failed for task ':Transport:connectedAndroidTest'. com.android.builder.testing.api.DeviceException: java.lang.IllegalStateException: Platform-tools folder missing: /Users/user/.android-sdk/platform-tools

JakeWharton commented 10 years ago

Hmm. I guess because the tooling calls out to executables instead of embedding the functionality as a library. Sad, but fair. Will add.

JakeWharton commented 10 years ago

12

gfx commented 10 years ago

Thanks!