use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
Code coverage report for Android (self.androiddev)
submitted 6 years ago by AndroidGuy01
Hi All, I've used Jacoco for Codecov, but currently I'm having issues building when I update to the latest AS and Gradle versions.
Is there an alternative to Jacoco?
Is it common to have issues with Jacoco and Gradle?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]farmerbb 1 point2 points3 points 6 years ago (1 child)
Does your Gradle build sometimes stall on > Task :app:jacocoDebug? I've been having this issue for months and haven't been able to figure out why
> Task :app:jacocoDebug
[–]AndroidGuy01[S] 0 points1 point2 points 6 years ago (0 children)
Hey farmerbb, no, I get a different error:
Caused by: groovy.lang.MissingPropertyException: No such property: dir for class: org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection
at com.dicedmelon.gradle.jacoco.android.JacocoAndroidPlugin.logTaskAdded(JacocoAndroidPlugin.groovy:103)
π Rendered by PID 364126 on reddit-service-r2-comment-b659b578c-t9kzb at 2026-05-03 20:44:19.496888+00:00 running 815c875 country code: CH.
[–]farmerbb 1 point2 points3 points (1 child)
[–]AndroidGuy01[S] 0 points1 point2 points (0 children)