Open
Description
Feature Request
Description
I am trying to implement Appium tests, for this, before running the test I need to build a debug APK with the latest code base, which currently is not possible since cap build android
always asks for signing information
Platform(s)
Android
Preferred Solution
allow to run cap build android --debug
Alternatives
I could try to run the gradlew
code myself from a script...?