Is there a way that I can provide the signed key to the builder and allow the device to directly create and install on my device using the signed key? or do I need to export the application manually and select a key, enter a password, and then install it on my device manually?
So the simple question is: is there a way to use the signed key when creating the application in eclipse (which automatically installs it on the device)?
Please note: I am not asking how to debug it, I just need to run it directly from eclipse to the device using a signed key.
source share