Louis CAD
Louis CAD
Google certified these devices, and Samsung didn't even respond to Mike when he was working for New York Times. So "anyone" willing can do it (as long as you are...
> hope the Android Gradle team doesn't do it Why so?
How would you make such a bytecode transform targeting only API 21 Samsung devices work in practice without app bundles? I mean, without the burden of having to setup the...
It's minSdk lower than 22 actually, this issue affects only Android 5.0.x (API 21) Samsung devices. I added a comment to the issue on Android's issue tracker to request ability...
> We can even call the alternative classifier android and setup up dependencies in such a way that when you depend on `kotlinx-coroutines-android:`, then it transitively brings `kotlinx-coroutines-core::android` with it....
IIRC, there's something called dependency resolution strategy in gradle that can make this easy enough. On Tue, Aug 14, 2018, 12:14 PM Roman Elizarov wrote: > @LouisCAD Editing dependencies of...
So, I just got someone trying [CameraCoroutines](https://github.com/Beepiz/CameraCoroutines) which uses kotlinx.coroutines 0.24.0 on a Samsung Galaxy S5 (SM-G900F) running Android 5.0, and it didn't crash with the error from this report,...
@asfdfdfd You said you received it on Galaxy S5 devices, but we couldn't reproduce on one running Android 5.0 (model SM-G900F). Since Samsung makes multiple variants of their devices, could...
So, I got someone else test the same CameraCoroutines project using kotlinx.coroutines 0.24.0 on a Samsung Galaxy S4 (GT-I9505), running Android 5.0.1, and there was no issue on it, so...
@asfdfdfd Could you reply to [comment #3 here on Android's issue tracker](https://issuetracker.google.com/issues/112526256#comment3)? Also, @elizarov, you can list the workarounds also requested in this comment on Android's issue tracker