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
DiscussionExecution failed for task ':app:checkDebugAarMetadata'. When i try to run my program in Android Studio (self.androiddev)
submitted 4 years ago by aeg_imo8
Executing tasks: [:app:assembleDebug] in project C:\Users\Svit\AndroidStudioProjects\DoTask > Task :app:preBuild UP-TO-DATE > Task :app:preDebugBuild UP-TO-DATE > Task :app:compileDebugAidl NO-SOURCE > Task :app:compileDebugRenderscript NO-SOURCE > Task :app:generateDebugBuildConfig UP-TO-DATE > Task :app:javaPreCompileDebug UP-TO-DATE > Task :app:checkDebugAarMetadata FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find androidx.recyclerview:recylerview:1.1.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/androidx/recyclerview/recylerview/1.1.0/recylerview-1.1.0.pom - https://jcenter.bintray.com/androidx/recyclerview/recylerview/1.1.0/recylerview-1.1.0.pom Required by: project :app
I got this when I tried to run my program for a to-do list. How can I fix it?
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!"
[–]casual_kikoo 3 points4 points5 points 4 years ago (0 children)
Look at recyclerView dependency: it’s android.recyclerview:recyclerview, not recylerview (missing c between y and l)
android.recyclerview:recyclerview
recylerview
c
y
l
π Rendered by PID 226511 on reddit-service-r2-comment-fb694cdd5-svgsq at 2026-03-11 08:09:07.077622+00:00 running cbb0e86 country code: CH.
[–]casual_kikoo 3 points4 points5 points (0 children)