Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing Eclipse "Play" Button to Debug with Game Services
    primarykey
    data
    text
    <p>I had previously followed instructions to set up a debug keystore that would match my signed export keystore in eclipse and it was working fine (see below for steps I followed). I was able to press play to debug my game with Game Services. It was fantastic. Until a few days ago. I was using it, making updates, redownloading, using it again, and suddenly BAM: it stopped working. I called it quits for the night and in the morning it magically worked again. Then it broke again. I updated eclipse and it worked again. A few more uses and it randomly stopped working again. Now I can't seem to get it to work ever again! I was beating my head on my keyboard for days wondering why I couldn't sign in anymore and I just finally realized it was the whole debugging thing. I did a signed export and it worked like a charm. So how do I get my debugging ability back?!</p> <p>Steps to use Eclipse Play Button as Signed Export for Game Services:</p> <ol> <li>Copy keystore (do not alter original)</li> <li>In command prompt, traverse to the folder containing your copied keystore</li> <li>type: keytool -storepasswd -keystore yourKeystoreCopyFilename</li> <li>It will prompt for old password and new password, make new password "android"</li> <li>type: keytool -keypasswd -keystore yourKeystoreCopyFilename-alias yourCurrentAlias</li> <li>Again, it will prompt for old and new passwords. Make it "android" again.</li> <li>type: keytool -changealias -keystore yourKeystoreCopyFilename-alias yourCurrentAlias -destalias androiddebugkey</li> <li>It will ask for password for authorization to change the file.</li> <li>Now you can select this copy in eclipse as an alternate keystore to be used. Pressing "Run" will install a signed copy of your apk and run it.</li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload