StevenRudenko / ActionsContentView

ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
https://play.google.com/store/apps/details?id=sample.actionscontentview
441 stars 179 forks source link

Would you able to show me how to implement or include your library in Eclipse? #16

Closed jjhesk closed 11 years ago

jjhesk commented 11 years ago

I have done both ways a) only using and include the jar file as the library on my codings b) include the whole folder called "ActionsContentViewLib" as the library in the workplace.

There are errors found from the runtime testing. 1) Source not found..

2) [2013-06-27 15:41:50 - ActionsContentViewLib] Could not find ActionsContentViewLib.apk! the apk file located in the bin was not found.

What is the correct way to include your library in the workplace??

StevenRudenko commented 11 years ago

What IDE are you using?

StevenRudenko commented 11 years ago

Found that at ticket title. You should use Eclipse menu File->Import->Android->Existing Android Code into Eclipse. Browse for library folder and import it. Now you should link library project with yours.