I set up a test app using ActionbarSherlock 4.0, which works fine in the emulator.
In my test project, under Android Dependencies, the ABS .jar is listed as its location of the ABS library file on my computer’s file structure. But where does this .jar file go for deployment of my test app to an actual device? How do I package the ABS stuff on my test app for deployment to a device? It does not seem to get copied over to my device.
thanks.
It is automatically packaged into your APK file as part of the Android build process.
It is automatically packaged into your APK file as part of the Android build process. You do not need to do anything special, given that it is listed as a dependency in your project.