S
S
Sasha Kor2014-12-30 21:29:57
Android
Sasha Kor, 2014-12-30 21:29:57

How to create a keystore?

"Private KeyStore File" is needed to compile application in GameMaker Studio on Android. How to create it? There is the whole Android SDK and Eclipse.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
YoungSkipper, 2014-12-30
@YoungSkipper

Find the keytool in the SDK, run
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
If you need a "release" key, if "debug" then
To fix this problem , simply delete the debug.keystore file. The default storage location for AVDs is in ~/.android/ on OS X and Linux, in C:\Documents and Settings\\.android\ on Windows XP, and in C:\Users\\.android\ on Windows Vista and Windows 7.
More information - developer.android.com/tools/publishing/app-signing.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question