简体   繁体   中英

Import library into eclipse non gradle project

I am very new to Android development. I am not using gradle. I want to use the following library

Can you please let me know how to include in my project.

  1. When I clone your project to eclipse(Mars) it is showing the following structure-

上下文菜单

  1. My project structure is given below.

我的应用

Now shall I copy the "lib" folder (lib\\src\\main...) to my "src" folder? Normally I add the library like the following way-

添加图书馆

Just import the lib folder of the library instead of the whole library in Eclipse. And add it as a library to your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM