All com.android.support libraries must use the exact same version specification
See original GitHub issuewhen add Room Persistence Library into my project,then i got a problem,it bothers me for a long time.
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.1.1, 24.0.0. Examples include com.android.support:support-compat:26.0.0 and com.android.support:animated-vector-drawable:25.3.1
And,my support library version is 25.3.1.What is the reason for this problem?Thank you for your help.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
All com.android.support libraries must use the exact same ...
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27.0.2, ...
Read more >Android - All support libraries must use the exact same ...
“All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27.1.1, 27.1.0 ...
Read more >All com.android.support libraries must use the exact same ...
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.1.1, ...
Read more >Solved: Error: All com.android.support libraries must use ...
Error: All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, ...
Read more >Error: All com.android.support libraries must use the exact ...
Error: All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes) #1068.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was able to make the error go away excluding support dependencies from rom library
Make sure you clean and sync your project. Room doesn’t have anything to do, for now, with the support libraries.