[Solved] Error while using ruby cucumber and calabash? [closed]

The error Permission Denial: starting instrumentation Component means that you don’t have the right debug key. If you have the keystore and it was working before then check that the keystore hasn’t been updated. If you don’t have the keystore you can resign the app with your own. calabash-android resign app.apk From – https://github.com/calabash/calabash-android/wiki/Running-Calabash-Android The … Read more