Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile/cmd/gomobile: download adb for install #17481

Closed
techtonik opened this issue Oct 17, 2016 · 6 comments
Closed

x/mobile/cmd/gomobile: download adb for install #17481

techtonik opened this issue Oct 17, 2016 · 6 comments

Comments

@techtonik
Copy link

What did you expect to see?

Expected gomobile init to download adb for gomobile install.

What did you see instead?

Need to download/unpack and add adb to path manually.

@quentinmit quentinmit added this to the Unreleased milestone Oct 17, 2016
@crawshaw
Copy link
Member

I did want to do this, but there's no easy reliable source of adb to download. Ideally the protocol would be simple enough that we could implement it, but it's not.

As I don't know how to do, I'm closing this.

@techtonik
Copy link
Author

Why there is no reliable source? platform-tools_r24.0.3-windows.zip from any update mirror, like http://mirrors.neusoft.edu.cn/android/repository/

@crawshaw
Copy link
Member

When I looked into it there were no obvious rules to follow for versioning. I decided it was easier to say "install android studio".

@techtonik
Copy link
Author

Do you mean that Eclipse update site is hard to parse to find archives like platform-tools_*.zip? Or did I miss something else?

@crawshaw
Copy link
Member

I mean, in platform-tools_*.zip, what goes in the *? There are lots of decisions we could make (a fixed vetted value, the latest, etc), but no obvious one. I would much rather say "use Android Studio".

@techtonik
Copy link
Author

techtonik commented Oct 20, 2016

And what is the * in the NDK? I guess it is just current version, no? Even fixed value is better than no value.

@golang golang locked and limited conversation to collaborators Oct 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants