1
Situation
I have in my project the lib Appcompact in format .jar, but I can’t instantiate anything from the library:
In the properties of the project I have the Java Build Path, however even marked it is not possible to use anything. I did some searches, but only found other ways to import.
Environment Settings
- IDE: Eclipse Mars 2
- SDK Target: Android 2.3.3 - Api Level 10
You can use the library this way using the .jar? What can it be?

