I am trying to complete this tutorial.
The goal is to integrate SlidingMenu android library. In accordance with the instructions in the textbook:
For a non-maven project: Copy library / target / slidemenu-1.3-SNAPSHOT.jar to the libs directory of your project.
I do not know how to use Maven, and I do not want to introduce another level of complexity.
So, can someone tell me where to find the library / target / slidemenu-1.3-SNAPSHOT.jar file?
UPDATE:
With the exception of the Maven section, I completely completed the tutorial, but got the following single error:
slidingmenu cannot be resolved or is not a field
The error is caused by this line of code:
slidingMenu.setMenu (R.layout.slidingmenu);
I am new, but I know that the problem is with the missing resource. I do not know if this is due to the Maven problem.
Any suggestions on how to fix this would be greatly appreciated.
android eclipse slidingmenu
sisko
source share