I know how to export a project already including direct private certificate from eclipse, and I know how to install this APK containing the certificate via adb
ex:
./adb -d install -r /diretorio/arquivo.apk
My question is, if it is possible to change this run button, so that when clicked it performs the same function but uses the private certificate instead of Debug. How?
I searched, saw an answer in the gringo OS, but I could not understand it, so I think there is a way.