4
When I click "Run" in the eclipse it generates the APK, sends and installs on Android, but it installs using a Debug certificate, I’m using Google Games Services and it only works if the APK is with a private certificate (the one we created to send to Google Play), and does not work with Debug certificate...
I know it has to export a the project already including the direct private certificate of the eclipse, and I know that gives to install this APK that contains 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 run the same function, but use the private certificate instead of Debug. Has as?
I searched, I saw an answer in the gringo SO, but I couldn’t understand, so I guess there’s a way.
Put here the answer link you saw.
– Jorge B.