Vitalii

Results 37 comments of Vitalii

It is worth to mention, without the fix https://github.com/KasperskyLab/Kaspresso/issues/258#issuecomment-856173894 it is built successfully, but need to run the same cmd 2nd time `./gradlew app:connectedDebugAndroidTest` (but without `clean`).

One important note - it works only for a build that is started by using gradle task `connectedAndroidTest`. By starting tests from AndroidStudio it doesn't work :-(

Project name: PlutoTV Android client Project type: production Company name: PlutoTV Supported targets: android Company web-page: https://pluto.tv/welcome

First of all you need to understand that rule statement will be called after "before" method. I think you have to call trigger RxAndroidPlugins & RxJavaPlugins above in the static...

@arunkumar9t2 I have similar issue related to SLF4J binding: ``` Caused by: java.lang.RuntimeException: Stub! at android.util.Log.e(Log.java:175) at pl.brightinventions.slf4android.LogcatHandler.publish(LogcatHandler.java:55) at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:78) at com.android.build.gradle.internal.transforms.DexMergerTransformCallable.call(DexMergerTransformCallable.java:102) at com.android.build.gradle.internal.tasks.DexMergingTaskRunnable.run(DexMergingTask.kt:445) ... 26 more ``` I completely...

Found great answer here https://stackoverflow.com/questions/73034225/flutter-svg-gradient-is-not-rendered-failed-to-find-definition-for-url : Just move `` block to the top (just under `` element.

As for version 3.3.0 it works well, just set non-null `errorWidget` param. And even without `errorWidget` it uses `FlutterError.reportError(_currentError!)` in the `ImageStreamCompleter` where the `_currentError` in many cases is built...

Hello, i've improved gradle script for Jacoco, please see here: https://gist.github.com/ultraon/54cca81ca159ed0a4a9ebf62e89c26ba

For me it's happened with file KeyStore.java, see details: `Exception while applying information to Editor: file:///Users/my_user/Develop/android_sdk/sources/android-25/java/security/KeyStore.java(com.intellij.ide.highlighter.JavaFileType@625602fa)` Environment: MacOS Sierra AndroidStudio v2.3.1 plugin version v.0.8.0