문제

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