Вопрос

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