Reputation: 387
My project include some library project. An error is popped up.
"All versions of the libraries must be the same at this time."
I find that these library project use android-support-v4.jar.
Anyone know how to solve it?
Thanks.
Upvotes: 0
Views: 2073
Reputation: 11191
Please go to libs folder of your main project and copy / replace the android-support-v4.jar file to the libs folder of all attached to your project libraries projects. It should solve the library conflict issue.
Upvotes: 6