-
Notifications
You must be signed in to change notification settings - Fork 573
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
AppCompat and other changes needed for google3 build #2017
Comments
philburk
added a commit
that referenced
this issue
May 8, 2024
Prevent Linter errors in google3 Also prevent crash on API 25 emulator For #2017
philburk
added a commit
that referenced
this issue
May 8, 2024
philburk
added a commit
that referenced
this issue
May 8, 2024
Prevent Linter errors in google3 Also prevent crash on API 25 emulator For #2017
philburk
added a commit
that referenced
this issue
May 9, 2024
google3 has successfully updated Oboe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Various build errors were discussed here:
b/337360630 | P1 | Remove libOpenSLES DT_NEEDED entry from oboe
MicrophoneInfo code needs SDK 28.
Error: Field requires API level 28 (current min is 23): android.media.MicrophoneInfo.Coordinate
And a bigger task, com/mobileer/audio_device/AudioDeviceSpinner.java needs to use AppCompatSpinner.
This was attempted in #1769
But it broke the menus, #1795
So it was reverted, #1796
The text was updated successfully, but these errors were encountered: