Cody Engel
Cody Engel
I'm experiencing a similar issue where the IntelliJ IDEA coverage runner will report higher percentages than JaCoCo. In some cases IntelliJ will report 98% coverage and JaCoCo will report just...
Thanks @Zhuinden, as this issue outlines that's something which is going to be addressed better in a future release.
In either scenario I wasn't on Project B though so I'm a little confused why it's taking me to the wrong project.
It doesn't seem to be doing that though. I need to be on Project A to open a new issue for Project A so why it's returning me to Project...
@larshg my solution was to find a new job at a company that doesn't use BugNet. Unfortunately it doesn't seem like the developers are in much of a hurry to...
Thanks this relates to issue #2 and will be addressed at that time. I'm assuming you manually killed the process from Android Studio?
Hm strange, there were a few uncommitted changes but nothing that should have caused that. I'll pull down from master and take a look, thanks for reporting.
I was able to replicate this issue running the app on API 19 (admittedly this wasn't tested on). The app works fine on API 25 and I'm going to assume...
The error is saying that there are multiple inclusions of Butterknife. Have either of you tried removing butterknife from the dependency?
I would file an issue with the library that uses ButterKnife or just not use a library that forces you use ButterKnife. It's a terrible idea on the authors part...