Andraž Pajtler
Andraž Pajtler
Can you by any chance add support for M1 architecture? ``` Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: /Users/andraz/.openjfx/cache/17/libprism_es2.dylib: dlopen(/Users/andraz/.openjfx/cache/17/libprism_es2.dylib, 0x0001): tried: '/Users/andraz/.openjfx/cache/17/libprism_es2.dylib' (mach-o file, but is an incompatible architecture...
Solution that worked for me on macOS Montery 12.2.1: Enable Accessibility for the app in system settings:
When can we expect a new release of the media3 library? This issue is affecting almost 2% of our users.
What is the status of this feature request after almost 4 years? I just started integrating Firebase Auth and was really surprised after finding out verification emails are not sent...
I suggest returning the result as a Kotlin Sequence. ``` private fun commandSequence( command: List, workingDirectory: File? = null ): Sequence { val processBuilder = ProcessBuilder(command).directory(workingDirectory).redirectErrorStream(true) val process = processBuilder.start()...
I found version 0.9.2 uploaded to MavenCentral. And 0.9.3 under a different name: `org.deepspeech:libdeepspeech` https://search.maven.org/artifact/org.deepspeech/libdeepspeech/0.9.3/aar Do you know if it is genuine?
Our app release with media3 updated to `1.0.0-beta03` is just being rolled out. But we already received 2 crash reports. From Pixel 6 and 7, both on Android 13. `targetSdk`...
On a side note: In my experience `MusicService.onDestroy()` is never called if MainActivity doesn't call `MediaBrowseCompat.disconnect()`.
@cbeyls thanks for investigating this issue. Can you maybe share your current workaround?
My first attempt to solve this issue was: ``` implementation "at.bluesource.choicesdk:choicesdk-location:0.3.0" implementation "com.huawei.hms:location:6.4.0.300" implementation("at.bluesource.choicesdk:choicesdk-maps:0.3.0) implementation "com.huawei.hms:maps:6.5.1.300" ``` App passed the review on Google Play Store but it broke the maps...