Reputation: 3886
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
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