Igor Tceglevskii
Igor Tceglevskii
I run tests. It works, and Robolectric uses the TestMyApplication class. I can not find the place where it is declared. Could you describe, why tests use TestMyApplication instead MyApplication?
Hi, guys! It’s not an issue. It’s a story about adding new generation MacMini (I mean with T2 chip) to a k8s cluster. It requires a few workarounds. I found...
I've added MVP implementation by Moxy library. Task `:sample-app:jacocoTestFreeDebugUnitTestReport` drops: `Caused by: java.io.FileNotFoundException: /Users/tse/jd/tmp/example-android/sample-app/build/intermediates/classes/free/debug/com/dicedmelon/example/android/MainActivity$PresentersBinder$presenterBinder.class (No such file or directory) at org.apache.tools.ant.types.resources.FileResource.getInputStream(FileResource.java:217) at org.jacoco.ant.ReportTask.createBundle(ReportTask.java:569) at org.jacoco.ant.ReportTask.createReport(ReportTask.java:542) at org.jacoco.ant.ReportTask.execute(ReportTask.java:495) ... 83 more`...
'stf share -f ...' with the same filter can run on a few agents at the same time. Each agent will take 1/N part of the whole device set.
Fix for #29 It works on our devices.
Serial number is 'unknown' in "red" activity on devices with SDK 26+. Current way for getting it from `SystemProperties` doesn't work. However, OpenSTF web UI shows it correctly. I'm preparing...
Вы написали больше года назад, что разрабатывается новая версия. Есть какие-нибудь новости?
Нужно balloon показывать не рядом с точкой, а внизу экрана. Есть идеи, как это можно сделать? Предположу, что можно или события клика перехватить, или как-то изменить свойства балуна. Есть идеи...
The Android sample app linked from the "Guide to UI programming with coroutines" document does not exist. > You can clone [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) project from GitHub onto your workstation. The resulting...