Page 1 of 1

The problem with RAPT (NO key)

Posted: Mon Jun 18, 2012 9:44 am
by AnnTenna
Hello. We need your help.

We are in process of making an Android version of the game "Flying ship". We are doing everything according to the instructions given here - http://www.renpy.org/doc/html/android.html . The problem occurs on Step 4. This is the error:
Image


I tried to run the file FlyS-a-release-unsigned.apk manually via the Android SDK. Once again... the error: install_parse_failed_no_certifizates Screenshot attached:


Image


The instructions didn't say anything about the obligatory registration at the Android Market before the creation of the build. Maybe this error occurs due to the fact that I have not yet registered there? Excuse me, if I ask a stupid question. Please, help me!!!

Re: The problem with RAPT (NO key)

Posted: Mon Jun 18, 2012 10:53 am
by PyTom
What does local.properties look like?

Re: The problem with RAPT (NO key)

Posted: Mon Jun 18, 2012 11:35 am
by AnnTenna
Hmmm, here's my local.properties...
local.rar
(385 Bytes) Downloaded 46 times

Re: The problem with RAPT (NO key)

Posted: Mon Jun 18, 2012 12:58 pm
by PyTom
Hm... when you ran installsdk, did you let it make a key for you?

Re: The problem with RAPT (NO key)

Posted: Mon Jun 18, 2012 1:40 pm
by AnnTenna
When the program asked about the key, I tried to answer "Yes", and I tried to answer "No", too. Here local.properties file for the case when he was selected "Yes".

In any case, this error is displayed.

Re: The problem with RAPT (NO key)

Posted: Mon Jun 18, 2012 2:12 pm
by PyTom
Does android.keystore exist? If so, delete it and try again.

Re: The problem with RAPT (NO key)

Posted: Thu Jun 21, 2012 9:39 am
by AnnTenna
Thanks! I deleted the results of two failed efforts, that I had already built, then I tried again with key and... it worked! 0_ะพ

And one more thing: can we replace the loading screen?

Re: The problem with RAPT (NO key)

Posted: Thu Jun 21, 2012 12:08 pm
by PyTom
Yes. Create the file android-presplash.jpg in the base directory of your game, and rebuild it.