I have a jar that consists of a class that extends the Activity and does some activity onCreate. I want to import this jar into my android app and get started.
How can i do this?
Thanks George
Step # 1: Place the JAR in your project directory libs/ .
libs/
Step # 2: If you are using Eclipse add this JAR to your build path
I got this job. I put the JAR in the assets folder and shouldn't have set the build path. Many thanks!