After 2 days I will succeed, I created the steps for importing ShowcaseView into Eclipse, which may be useful to you.
How to use window display in Eclipse.
Download ShowcaseView from github and extract.
Now follow the step to import .
- Right click on Project Explorer - Import -> Android -> Existing Android Code Into Workspace - Select Extracted "ShowcaseView-master" - Check both project "library" and "MainActivity" - Check "Copy projects into workspace" - Finish.
(After importing, you can see two imported projects: "main" and "SampleActivity", you can change "main" as " libShowcaseView " and "SampleActivity" as " ShowcaseViewDemo " so you can easily identify. :))
Perhaps you see an error in "ShowcaseViewDemo" (do not worry ...), see the src/ folder is also empty (in both <libShowcaseView "and" ShowcaseViewDemo ") :) correctly ???
Make the following packages in the libShowcaseView project. See an example.
- com.github.amlcurran.showcaseview - com.github.amlcurran.showcaseview.targets
and Move all java files from /java/com/github/amlcurran/showcaseview and /java/com/github/amlcurran/showcaseview/targets respectively.
Make the following packages in the ShowcaseViewDemo project. See an example.
- com.github.amlcurran.showcaseview.sample - com.github.amlcurran.showcaseview.sample.animations - com.github.amlcurran.showcaseview.sample.legacy - com.github.amlcurran.showcaseview.sample.v14
and move files as described above (from the java folder, respectively) .
Now right-click on "libShowcaseView" project-> properties-> Android-> Move down and select "Library" , then add actionbarsherlock " as a library. See Preview
Now add to the library in ShowcaseViewDemo. Go to the properties of "ShowcaseViewDemo" β Android-> Add-> select "libShowcaseView" β Ok ...
I think you did not encounter an error. You can execute.
You can request any offer or help at any time.
Happy ShowcaseViewing ...
source share