0

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.

King Wu
  • 387
  • 1
  • 8
  • 22

1 Answers1

6

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.

Marcin S.
  • 11,161
  • 6
  • 50
  • 63