King Wu
King Wu

Reputation: 387

Conflict in jar with multi-library project

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

Answers (1)

Marcin S.
Marcin S.

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

Related Questions