I have an android app, In Android Private Libraries I have got jar files. I don't know how to open it for read. I searched but nothing works. The IDE is Eclipse Helios 3.6. Thanks for help

有帮助吗?

解决方案

If you are using Eclipse, then

1)Copy the JAR file into your project in the Libs directory if it exist.

2)Create the Libs directory in not exist in your project.

3)Right click on the JAR file after coping it and select Add to Build Path from Build Path section.

4)Now, you can use it and import from it.

I hope it helps

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top