Status Update
Comments
uc...@google.com <uc...@google.com> #2
you explicitly mention "brew", which is nothing to do with us, but imply that when you downloaded "platform tools" (presumably from developer.google.com), that worked. so i think you need to talk to the (home?)brew folks...
de...@googlemail.com <de...@googlemail.com> #3
lf...@google.com <lf...@google.com> #4
sa...@gmail.com <sa...@gmail.com> #5
did you adb kill-server
to ensure you're actually running the new one?
lf...@google.com <lf...@google.com> #6
ak...@gmail.com <ak...@gmail.com> #7
lf...@google.com <lf...@google.com> #8
ak...@gmail.com <ak...@gmail.com> #9
Are you not gonna fix it even though it was working in the 33.0.3 release?
at the moment, this is at best on the "maybe there's the a problem?" pile. if macOS was as broken as you suggest, we'd probably have heard more than one complaint by now. so in the meantime, there are lots of other more bugs to look at, that we're already convinced are real.
you can make this bug more convincing by trying to work out what the actual variable is --- is it some specific model of mac? is it only some specific macOS versions? android versions? is there anything interesting in logcat?
ak...@gmail.com <ak...@gmail.com> #10
lf...@google.com <lf...@google.com> #11
lf...@google.com <lf...@google.com> #12
Also the fact that it was working in the previous platform tools release, and then you assuming that I would make a bug up just because is pretty far out there.
not make it up, just be confused/mistaken. you'd be surprised how many of our bug reports are "user error" or "bad cable". is anyone else on your team having similar troubles? have you tried --no-streaming
to confirm it's specifically the streaming?
ak...@gmail.com <ak...@gmail.com> #13
lf...@google.com <lf...@google.com> #14
does export ADB_OSX_USB_CLEAR_ENDPOINTS=1
(
ak...@gmail.com <ak...@gmail.com> #15
This particular change was in response to a possible edge-case, which you might have been encountering.
And, as enh@ mentioned we have many cases of confusion (often from the part of the end-users). Thanks for your patience while we work through this!
lf...@google.com <lf...@google.com> #16
lf...@google.com <lf...@google.com> #17
ap...@google.com <ap...@google.com> #18
lf...@google.com <lf...@google.com>
lf...@google.com <lf...@google.com> #20
ur...@gmail.com <ur...@gmail.com> #21
lf...@google.com <lf...@google.com> #22
ma...@gmail.com <ma...@gmail.com> #23
I don't have a way to upgrade my kernel version
he actually meant "upgrade macOS" because of "I can let you know I am on MacOS version 12.6.3 and am on a MacBook Pro (16-inch, 2019)" from earlier. we added this patch because people on macOS 13 seem to need it (and that's all we can test on, because Google requires us to be on the current version for security reasons!). so anecdotally ("lack of evidence") we think that this is probably macOS 12 vs 13 rather than arm64 vs intel, and think that should solve your problem?
sa...@gmail.com <sa...@gmail.com> #24
lf...@google.com <lf...@google.com> #25
thanks! (and apologies in advance in case we have more questions later as we try to work out what the active ingredient is here ... i'll keep my fingers crossed that it's just this :-) )
ma...@gmail.com <ma...@gmail.com> #26
lf...@google.com <lf...@google.com> #27
ma...@gmail.com <ma...@gmail.com> #28
lf...@google.com <lf...@google.com> #29
Will update here when we decide on next steps.
ma...@gmail.com <ma...@gmail.com> #30
na...@gmail.com <na...@gmail.com> #31
Do you want me to update to 34.0.1?
that would be an interesting datapoint, but that should be equivalent to 34.0.0 with ADB_OSX_USB_CLEAR_ENDPOINTS=1... (you remembered the adb kill-server
dance, and remembered to use export
?)
yo...@gmail.com <yo...@gmail.com> #32
lf...@google.com <lf...@google.com> #33
na...@gmail.com <na...@gmail.com> #34
yes, that's correct.
lf...@google.com <lf...@google.com> #35
lf...@google.com <lf...@google.com> #36
- export ADB_TRACE=all (re-initialize host/server by running `adb kill-server`)
- Run your tests (with and without the ADB_OSX_USB_CLEARENDPOINTS variable set against 34.0.0)
- Attach logs (located under $TMPDIR) named appropriately
lf...@google.com <lf...@google.com> #37
na...@gmail.com <na...@gmail.com> #38
na...@gmail.com <na...@gmail.com> #39
you're on a mac, right? i don't think that's usually set there, so adb should have defaulted to /tmp...
na...@gmail.com <na...@gmail.com> #40
lf...@google.com <lf...@google.com> #41
/var/folders/_k/jg980rm50yxgx0wh0kvy15qm00_ccw/T/
/var/folders/_k/jg980rm50yxgx0wh0kvy15qm00_ccw/T$ls -al adb*
-rw-r-----@ 1 <snip> 5001 27834843 Mar 29 09:28 adb.340380.log
This's what it should look like - also look under /tmp (as enh@ pointed out).
PS: I'd export TMPDIR, do a kill-server and run your test again.
lf...@google.com <lf...@google.com> #42
lf...@google.com <lf...@google.com> #43
ap...@google.com <ap...@google.com> #44
ap...@google.com <ap...@google.com> #45
na...@gmail.com <na...@gmail.com> #46
lf...@google.com <lf...@google.com> #47
lf...@google.com <lf...@google.com> #48
The problem is still the same after upgrading to version 34.0.1. I had to rollback to 33.0.3 to be able to install APK on my devices.
ng...@gmail.com <ng...@gmail.com> #49
ar...@gmail.com <ar...@gmail.com> #50
- Are you all on Intel Mac host laptops (vs Intel ARM/M1)? If so, please let us know your host kernel version (e.g. 13.3).
- Since it *appears* that the device-side is also a dependency, please provide the details about the Android device as well (both successful as well as unsuccessful), and any other relevant information (e.g workaround such as 33.0.3, enable the environment variable for 34.0.0 and later).
@do.topevolutions@gmail:
>>If I use emulators for debugging everything is fine. When I connect my usb debugging device, Flutter Daemon stops working.
What's the emulator Android API level (which succeeded)?
What's the physical device API level (that failed)?
Do *all* devices succeed against 33.0.3?
@zhoujianbo1205@gmail:
@nenti1980@gmail:
@christophe.dongieux@gmail:
Please provide additional information for the table below (Intel Mac vs ARM M1 Mac? Macbook kernel version? successfully connected Android version? unsuccessful Android version? Workaround if/any)
@alech@ifit; Host: Intel Mac/i9 formerly 12.6.3 kernel; Successful device:<Android 13?>; Unsuccessful device:<?> Workaround: 34.0.0, 34.0.1 worked with env var setting, 33.0.3 succeeded
@alech@ifit; Host: Intel Mac/i9 upgraded to 13.3 kernel; Successful device:<Android 13?>; Unsuccessful device:<?> Workaround: 34.0.0, 34.0.1 failed, 33.0.3 succeeded
@do.topevolutions@gmail;Host: <Intel Mac? 13.3 Ventura kernel>; Successful device:<emulator Android ver?>; Unsuccessful device:<physical device version: ?> Workaround: <33.0.3 works?>
@zhoujianbo1205@gmail; Host: <Intel Mac?> 13.3 Ventura kernel; Successful device:<Android 13?>; Unsuccessful device:<?> Workaround: <?>
@nenti1980@gmail; Host: <Intel Mac? kernel?>; Successful device:<Android 13?>; Unsuccessful device:<?> Workaround:<?>
@christophe.dongieux@gmail; Host: <Intel Mac? kernel?>; Successful device:<Android 13?>; Unsuccessful device:<?> Workaround: 34.0.0, 34.0.1 failed, 33.0.3 succeeded
ap...@google.com <ap...@google.com> #51
ap...@google.com <ap...@google.com> #52
fo...@gmail.com <fo...@gmail.com> #53
Boa noite sou novo aqui mecânico de motos a 30 anos preciso evoluir rs
bs...@gmail.com <bs...@gmail.com> #54
Boa noite como sou mecânico de motos preciso de velocidade 🚄
Description
AI-181.5540.7.32.5056338, JRE 1.8.0_152-release-1136-b06x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.14.1 unknown, screens 1440x900
Android Gradle Plugin: 3.2.1
Gradle: 4.6
NDK: from local.properties: 18.1.5063045; latest from SDK: 18.1.5063045;
LLDB: pinned revision 3.1 not found; latest from SDK: (package not found);
CMake: from local.properties: (not specified); latest from SDK: (not found); from PATH: (not found);
IMPORTANT: Please read