Anton Danshin
Anton Danshin
After further investigation, I invoke `Shell.SU.available()` through RxJava on `Shcedulers.io()` and it seems that this method never returns. I see the following lines in logcat: ``` ... D/libsuperuser: [libsuperuser][G][SU%] START...
I just run the test you provided with Kotlin 1.5.0 – works fine for me...
After some digging, I found that adding dependency on `mock-agent-jvm` artifact fixes the problem. But `mockk` already has a runtime dependency on it: https://mvnrepository.com/artifact/io.mockk/mockk/1.11.0
Here is a sample project: https://github.com/ntoskrnl/spek2-with-mockk-sample Let me know what I can do to help with the debugging. For the issue with mockk there is a workaround, but there is...
Could be something with the environment. It works for me, same version of Android Studio, and macOS with Java11.
Current implementation does not support tiling, so it downscales large images. Currently, it works as intended. @solkin are there plans to support large images?
I was talking about the way the image is displayed: we load subsampled image. That is why you see it with such a low quality. Then current implementation simply crops...
1. I've heard bitmaps were in native memory on Android 2.x and earlier, then later they changed it. Didn't know they moved back to native on 8.0+. We will look...
Same issue on latest version. For me this settings makes the UTM hard to use. The window header overlays the guest OS's output. Probably at least 60px of the screen...
Had the same issue with Stale connection on Android. I was already using protobuf Gradle plugin in my app. There is definitely some problem with how different versions and flavours...