Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
This possibly also affects Linux users. When I start an android emulator my system sound quality drops significantly.
This seems to affect audio output through HDMI but not when I switch to internal speakers - strange!
SDK Version: “Android SDK Tools” Rev., 25.0.7
Host CPU Model: Intel(R) Core(TM) i7-4700HQ CPU @ 2.40GHz
Device name:hw.device.name =Nexus 5
This seems to affect audio output through HDMI but not when I switch to internal speakers - strange!
SDK Version: “Android SDK Tools” Rev., 25.0.7
Host CPU Model: Intel(R) Core(TM) i7-4700HQ CPU @ 2.40GHz
Device name:
jb...@google.com <jb...@google.com> #3
I notice the same behavior. For me. it started yesterday, not sure what changed.
Emulator version 25.2.2-3096464
Android version 7.0 (Nougat) - API 24.
I just updated to the latest images to see if it would fix the issue: it didn't. I'm now on image x86 Atom_64 revision 7
Mac os Sierra
Emulator version 25.2.2-3096464
Android version 7.0 (Nougat) - API 24.
I just updated to the latest images to see if it would fix the issue: it didn't. I'm now on image x86 Atom_64 revision 7
Mac os Sierra
ga...@gmail.com <ga...@gmail.com> #4
Even I am facing this issue since I installed mac OS Sierra and also updated to Android Studio 2.2.1.
ap...@google.com <ap...@google.com> #5
It appears to be the case for every heavy processing software. When I run a heavy game on my macOS Sierra, the Bluetooth audio quality dips significantly.
ap...@google.com <ap...@google.com> #6
Yup, same issue here using Sony MDR-1000X on Sierra. Typical tropical dr oid.
ap...@google.com <ap...@google.com> #7
Same issue, using Sony MDR-XB950BT.
ap...@google.com <ap...@google.com> #8
I have noticed this as well. What happens is that my headphones are connected using the AAC codec, and then sometime during the initialization of the AVD, it changes the codec to a lower-quality one, that is used for old-style bluetooth headsets on phones (possibly SBC, possibly something else). This happens with my Sony MDR-ZX770BT. You can find out what codec you're currently using by option-clicking on the bluetooth menu item, and hovering over your headphones in the list. More about Mac bluetooth audio quality here: http://www.theghostbit.com/2015/03/force-mac-os-x-to-use-aptx-with-your.html
ap...@google.com <ap...@google.com> #9
I believe the issue here is that Bluetooth switches to a lower (shitty) quality codec (SBC) when the Bluetooth mic is activated.
On my Mac I can simulate the problem by simply opening Sound Preferences while listening to music. This activates the Bluetooth mic and trashes the sound quality. According to my friend this is in the Bluetooth spec but I haven't verified that.
So if the an droid emulator could disable input there would be no problem. I've never used sound input in the emulator but others probably have.
On my Mac I can simulate the problem by simply opening Sound Preferences while listening to music. This activates the Bluetooth mic and trashes the sound quality. According to my friend this is in the Bluetooth spec but I haven't verified that.
So if the an droid emulator could disable input there would be no problem. I've never used sound input in the emulator but others probably have.
ap...@google.com <ap...@google.com> #10
I am to join to this annoying issue. Experiencing it using bluetooth Bose buds. Anybody came up with any workaround solution so far?
ap...@google.com <ap...@google.com> #11
I'm facing the same issue is Mac os Sierra from last one month.
Temporary fix: Disconnect and reconnect the bluetooth headset.
This is very annoying.. Expecting someone to fix asap.
Temporary fix: Disconnect and reconnect the bluetooth headset.
This is very annoying.. Expecting someone to fix asap.
ap...@google.com <ap...@google.com> #12
I was about to file this bug, I'm facing the same issue with Bose QuietComfort 35 on the macOS Sierra 10.12.2, emulator version 25.2.5-3567187 and Android SDK Tools version 25.2.5.
ap...@google.com <ap...@google.com> #13
Just want to +1 that this is majorly annoying to the point that I've stopped using the emulator and reverted to my personal device for development and, more importantly, this is the best bug report title I've seen in 9 years. =D
ap...@google.com <ap...@google.com> #14
+1 Having the same issue on Mac OS Sierra 10.12.2 , Android Studio 2.2.3 and a pair of JBL headphones.
ap...@google.com <ap...@google.com> #15
Found a workaround from Reddit post.
Basically, turn off your mac bluetooth > run the Android simulator > turn on your bluetooth > connect the device.
At least it works for me.
https://www.reddit.com/r/EmulationOnAndroid/comments/4hwks7/emulators_and_bluetooth_headphones/
Basically, turn off your mac bluetooth > run the Android simulator > turn on your bluetooth > connect the device.
At least it works for me.
Description
Component used: Navigation Version used: 2.3.0
In some of our jvm tests we want to check that the right navigation is triggered. Since we are not on an actual device we are checking if the correct
NavDirections
object andNavOptions
object are passed to the navigator. HoweverNavOptions
currently does not overrideequals
andhashCode
which makes this more complicated than needed. Since allNavOptions
fields are eitherint
orboolean
this should be straightforward to do.