Vitalii
Vitalii
> Hi @ultraon, can you provide a [minimum reproducible sample](https://stackoverflow.com/help/minimal-reproducible-example) for further debugging. Thanks! Hello @malandr2 , I've created a `minimum reproducible sample`. This is the repo: https://github.com/ultraon/sample_android_ads_issue In the...
Thank you!
My build.gradle script couldn't resolve `executable = Jvm.current().getJavaExecutable().getAbsolutePath()`, so I added a full path like `executable = org.gradle.internal.jvm.Jvm.current().getJavaExecutable().getAbsolutePath()` and it works! Thank you @lukasito for the workaround!
It is not related to `Route Guards` directly. It is more about args for the Page/Route. I have the same issue whenever I enable `Select Widget Mode` in the dev...
Android Studio may include a newer version of Java (JDK), that Android itself (especially older OS versions) doesn't support, so, the option shouldn't be used in this way. ``` compileOptions...
@AlexV525 you are right, I used this workaround. But Java (JRE) used for building is not equal to java compile target for Android (same is for java source code compatibility)....
I found another issue (even with disabled `allowHardware` for the `Coil` library. The content behind the blurred box (AppBar) while scrolling has just been constantly stretching when I scroll it...