0

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.

1
  • Are your import'ing the package correctly at the top of your .java source file? Commented Jan 10, 2011 at 10:39

2 Answers 2

1

http://developer.android.com/guide/appendix/faq/commontasks.html#addexternallibrary

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.