question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] Start the error

See original GitHub issue
Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve androidx.room:room-common:[2.2.3].
     Required by:
         project :app > project :flutter_downloader > androidx.work:work-runtime:2.3.4 > androidx.room:room-runtime:2.2.3
      > Failed to list versions for androidx.room:room-common.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
songsongtaocommented, Sep 16, 2021

I faced the same issue

project :app > project :flutter_downloader > androidx.work:work-runtime:2.4.0 > androidx.room:room-runtime:2.2.5
      > Failed to list versions for androidx.room:room-common.
         > Unable to load Maven meta-data from https://jcenter.bintray.com/androidx/room/room-common/maven-metadata.xml.
            > Could not get resource 'https://jcenter.bintray.com/androidx/room/room-common/maven-metadata.xml'.
               > Could not GET 'https://jcenter.bintray.com/androidx/room/room-common/maven-metadata.xml'.
                  > Read timed out
1reaction
hnvncommented, Sep 25, 2020

I think @am1994 's comment solved this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix or solve the start up error in android studio?
If you are in a hurry to fix this just like me, do this: back up your codes, go to users/user/AndroidStudioProjects then delete...
Read more >
Different Ways to Fix "Error type 3 Error: Activity class {} does ...
Whenever we try to launch an activity we encounter the error “Error type 3: Activity class {} does not exist” in the Android...
Read more >
Fix "Unable to Start" error on Android | Trend Micro Help Center
You received this error because the app is damaged or corrupted. Reinstall the app. ... Tap ⋮, then select Settings. Tap Uninstall from...
Read more >
Troubleshoot known issues with Android Emulator
To do so, in the emulator window, click on Settings > View Mode and select Window instead of Dock Pinned. Error: vulkan-1.dll cannot...
Read more >
Android Studio 4.0.1 Weird Bug: Launcher Activity Does Not ...
Error : Activity class {LauncherActivity} does not exist. Error while Launching activity. Unable to start the launcher activity. One workaround is to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found