William L.
William L.

Reputation: 3886

How do you Add a Library folder to eclipse?

Okay, I know this is a Noob question but I cant see to get it figured out! I'm trying to get the Android-ViewPageIndicater library imported to Eclipse, but it doesn't have a LIB file to add, and I cant figure out how to import the library folder because Eclipse says theres no project in it! Does anyone know how to do this? Thanks

Upvotes: 3

Views: 4837

Answers (1)

Raghu Nagaraju
Raghu Nagaraju

Reputation: 3288

I was facing the same issue. The solution is

1>Create a new android project with existing source (Select that library folder)

2> Mark that project as library

Later you can use this library for other projects

Upvotes: 7

Related Questions