I have a suite of Android JUnit tests written using robotium, and for ease of use for others I'd like to zip it into a JAR file. But I've been having issues with getting it into a JAR file, which has me thinking it might not be possible. I've tried to zip it into a runnable jar file, but the option is not available for me (the class does not appear on the list of classes I can turn into a jar).
What I've done is write a Java program that uses Robotium, which runs on a desktop and sends an APK to run tests on an APK on an android device, then reports back results to the desktop. It runs on the android device, but it's through the desktop.
Is it possible, and if not, is there another way to do it?