1. How does your first line of error contain the JDK found on PATH.
Please install JDK and specify the correct path in CMD.
2. You must specify an absolute path for the APK, for example calabash-android run path/to/apk.apk
3. Also, make sure you run setup , build and resign this command before run .
To create the correct .keystore file
calabash-android setup file.apk
To set up the application
calabash-android resign file.apk
To create a test server
calabash-android build file.apk
source share