Reputation: 7459
I'm trying to import the SlidingUpPanel library by umano into Eclipse so I can work on the WordPress Android app.
BUT eclipse will not let me import the library, it will only let me import the demo entitled "DemoActivity."
As You can see only the demo can be checked, the library (which is what I want) cannot be checked and is displayed in gray.
How do I import the SlidingPanelLibrary so I can finally have a clean WordPress application to work on...??
Sorry if this is a noob question, I do not have a lot of experience with importing external libraries.
UPDATE: Just use Android Studio and the Gradle build system.
Upvotes: 0
Views: 167
Reputation: 519
For importing library correctly with android, you need to do some manipulation to "convert" gradle project to eclipse:
Upvotes: 0