Can't Repro
Status Update
Comments
ri...@google.com <ri...@google.com> #2
Thank you for this feedback. The team may reach out for more information on triaging or reproducing this issue.
ch...@google.com <ch...@google.com> #4
Same for me, macOS 10.12.2, 13" 2016 Macbook Pro w/ Touchbar
sdk tools: 25.2.4
platform-tools 25.0.3
fastboot version 0e9850346394-android
sdk tools: 25.2.4
platform-tools 25.0.3
fastboot version 0e9850346394-android
ri...@google.com <ri...@google.com> #5
See the same issue, fastbook enters the process state of stuck on the new MacBook Pro w/Touchbar whenever it is run for anything over than the version command.
For me, it even prevents a clean reboot, eventually have to force power-cycle the machine.
For me, it even prevents a clean reboot, eventually have to force power-cycle the machine.
bo...@gmail.com <bo...@gmail.com> #6
I can reproduce this issue as well on Touch Bar MacBook Pro, and also when issue occurs Touch Bar is no longer responsive and stuck to terminal UI being displayed, instead of switching to front app. Also, unable to recover touch bar by fore quitting via activity monitor. Also cannot force quit fastboot when it is hung
bo...@gmail.com <bo...@gmail.com> #7
Same for me. Adb works fine but fastboot hangs infinitely (New Macbook Pro 15, 2016 with touchbar).
ri...@google.com <ri...@google.com> #8
can confirm this happens on my 15inch 2016macbook pro, even with USB hub.
Seems to get stuck in mach_msg_trap which also has the "benefit" of so freezing safari....
I have heard it will work with a vm so will try in Linux and see what happens..
Seems to get stuck in mach_msg_trap which also has the "benefit" of so freezing safari....
I have heard it will work with a vm so will try in Linux and see what happens..
ri...@google.com <ri...@google.com> #9
This is also a real problem for myself too. 2016 Macbook Pro with Touch Bar using USB-C to USB-C cable and using the latest platform-tools. ADB is fine, fastboot practically fucks my system requiring a hard reboot.
bo...@gmail.com <bo...@gmail.com> #10
Same here, fastboot seems to cause the touchbar to no longer work.
bo...@gmail.com <bo...@gmail.com> #11
Confirmed on Macbook Touchbar. Any fastboot command forces me to hard reboot my entire computer. ADB seems fine. Guess it's time to break out my old linux. 😣
bo...@gmail.com <bo...@gmail.com> #13
ri...@google.com <ri...@google.com> #14
ek9852's fix has been merged, and will make it into the next platform tools release.
bo...@gmail.com <bo...@gmail.com> #15
No. It builds successfully, but as soon as I press run App in Android Studio it fails.
bo...@gmail.com <bo...@gmail.com> #16
Any idea when the next release of platform-tools will occur?
bo...@gmail.com <bo...@gmail.com> #17
What I find really weird is that I can run my Instrumentationtests without any issues. They launch the app and run without problems?!?
bo...@gmail.com <bo...@gmail.com> #18
kchq/vsiva: time to stop waiting for the atrace folks and just ship a new platform-tools? they've had two weeks now...
ri...@google.com <ri...@google.com> #19
we have a new build of platform-tools containing this fix, and it's going to QA now...
ga...@google.com <ga...@google.com> #20
I have the same problem. Touchbar freezes, have to force restart mac.
bo...@gmail.com <bo...@gmail.com> #21
Is this out of QA yet?
ri...@google.com <ri...@google.com> #22
this issue is realy frustrating now, how long can it take to release a bug free version?
bo...@gmail.com <bo...@gmail.com> #23
ISsue Stil exists... when is the new version coming out.
Details :
Mac OSx Sierra, 10.12.3, 15-inch 2016, with TouchBar
Android Studio - v 2.3
Android SDK Tools - 25.3.1
Fastboot Version : 0e9850346394-android
PLease release an update soon.
Details :
Mac OSx Sierra, 10.12.3, 15-inch 2016, with TouchBar
Android Studio - v 2.3
Android SDK Tools - 25.3.1
Fastboot Version : 0e9850346394-android
PLease release an update soon.
ri...@google.com <ri...@google.com> #24
Same issue here. pretty much stuck without fastboot capability on my new Mac
bo...@gmail.com <bo...@gmail.com> #25
[Comment deleted]
ri...@google.com <ri...@google.com> #26
Same problem, I can't execute fastboot on MacBook 2016 with USB Type-C, otherwise the whole Mac will be stuck.
bo...@gmail.com <bo...@gmail.com> #27
now update !!!!!!
ga...@google.com <ga...@google.com> #28
working good now. Thanks.
bo...@gmail.com <bo...@gmail.com> #29
ri...@google.com <ri...@google.com> #30
matteolo: It does. I just tried it.
ri...@google.com <ri...@google.com> #31
For those trying to install with brew, just `brew edit android-platform-tools`, update the url, remove the SHA line, and brew install android-platform-tools to get fastboot working again.
bo...@gmail.com <bo...@gmail.com> #32
Error: Cowardly refusing to `sudo brew install`
ri...@google.com <ri...@google.com> #33
bo...@gmail.com <bo...@gmail.com> #34
tha
tha
tha
sh...@google.com <sh...@google.com> #35
sg...@google.com <sg...@google.com> #36
Sex
sh...@google.com <sh...@google.com> #37
li...@gmail.com <li...@gmail.com> #38
How can root my phone
sh...@google.com <sh...@google.com> #39
bo...@gmail.com <bo...@gmail.com> #40
Z
sh...@google.com <sh...@google.com>
sh...@google.com <sh...@google.com> #41
Bug still exists for me
sh...@google.com <sh...@google.com>
pe...@google.com <pe...@google.com> #42
What going on with this
an...@google.com <an...@google.com> #43
br...@gmail.com <br...@gmail.com> #44
Comment has been deleted.
Description
A gist of the stacktrace can be found [here](
You can see the build output in the attached file.
I've tried creating a MWE that could reproduce the problem but I haven't been able to. So I'm hoping this is enough information for you guys to get a clue about what the problem might be.
Happens every time we try to run the app. Reverting to okhttp version 3.14.2 fixes it.
Also, tried with all the latest Android Gradle plugins:
3.4.1
3.5.0-beta04
3.6.0-alpha03
Don't know if it's relevant, but this is a mixed project with both java and kotlin code.
This issue was also posted to the issuetracker of okhttp: