Android - call activity from inside a jar

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

+1


a source to share


2 answers


Step # 1: Place the JAR in your project directory libs/

.



Step # 2: If you are using Eclipse add this JAR to your build path

+3


a source


I got this job. I put the JAR in the assets folder and shouldn't have set the build path. Many thanks!



0


a source







All Articles