ERROR when i package my game

Hi,

when i try to package my game for android i recieve this error.

Value for ‘keystore’ is not valid. It must resolve to a single path

how can i fix this ?

Thanks in advance,

Hi -

In order to package for Android you must have a key provided by the Android Google Play store. You would need to contact the Android Google Play store about registering as an Android developer.

Thank You

Eric Ketchum

I should not make a .keystore file with keytool?

i have created a .keystore file with keytool can i use that?

Yes that is what you must use. You do not receive one from Google. KEEP THE KEYSTORE SAFE ONCE USED!!!

i have not recieved it from google i made it with java keytool through cmd
like this https://help.gamesalad.com/hc/en-us/articles/203081347-4-2-Creating-a-keystore

when i recieve one from google where do i need to place that file?

Follow This Guide To Learn How To Create/Use A Keystore

i have read that page a few days ago but i don’t understand it

where do i need to place that keystore file?

Anywhere. Just keep it safe. I know that most editors just ask for a path to the keystore and use that.

do you understand the error? i recieved

BUILD FAILED
C:\MyNVPACK\android-sdk-windows\tools\ant\build.xml:1139: The following error occurred while executing this line:

C:\MyNVPACK\android-sdk-windows\tools\ant\build.xml:1151: Value for ‘keystore’ is not valid. It must resolve to a single path

ok i have found it