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.

Could not find transition.jar (com.android.support:transition:28.0.0).

See original GitHub issue

I’m using libversion 28.0.0 and i get this error

Could not find transition.jar (com.android.support:transition:28.0.0). Searched in the following locations: https://dl.google.com/dl/android/maven2/com/android/support/transition/28.0.0/transition-28.0.0.jar

I figure out there is no transition-28.0.0.jar and only transition-28.0.0.aar exist so I go to build.gradle and change it to this

implementation "com.android.support:transition:${rootProject.ext.supportLibVersion}@aar"

Now everythink looks fine.

Is it a better way to do that?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mificommented, Sep 30, 2019

Having the same problem on RN 0.59 when using jetify -r as suggested.

0reactions
mificommented, Oct 7, 2019

Thanks, but I upgraded to 0.61 eventually and now everything works

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find transition.jar (androidx.transition:transition:1.2.0)
I get this error: What went wrong: Execution failed for task ':app:mergeDebugJavaResource'. Could not resolve all files for configuration ...
Read more >
Could not find class 'android.transition.Transition'
I have an android app with only one activity and 7 Fragments inisde the activity, I dont know why every time I change...
Read more >
Transition | Android Developers
Note: Transitions may not work correctly with either SurfaceView or TextureView ... Returns the callback used to find the epicenter of the Transition....
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