eyal
eyal

Reputation: 2409

Adding external Jar file to Android Application using Eclipse

I'm trying to add a simple jar file which contains some statics. I have created a libs folder and copy the jar into. I have configure the project's build path in the Eclipse IDE. In one of the project's classes i have a referance to one of the static members of the jar file, but it failde to build and the jar's classes are unseen to the application and the Eclipse mark it as an error. How it can be solved? Thanks, Eyal.

Upvotes: 0

Views: 4110

Answers (2)

eyal
eyal

Reputation: 2409

I have solved the problem by using the libs folder for hosting the jar file.

Upvotes: 0

Related Questions