I have a jar that consists of a class that extends Activity and performs some activity on onCreate. I want to import this jar into my Android app and start the activity.
I got this working. I put the JAR in the assets folder, and didnt have to set the build path. Thanks a lot!