PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Error when generate Android application
Error when generate Android application
Iniciado por guest, 17,ene. 2015 13:09 - 4 respuestas
Publicado el 17,enero 2015 - 13:09
Hi all,

when generate my application with a sign WinDev Mobile give me this error:

Failure creating the Android application named .


Reason: Failure signing the generated Android archive.
An error was returned by the tool for archive signature.

Possible solutions:
- Check the parameters specified in the command line of the tool for archive signature.
- Check whether the passwords specified for the key file and for the key are correct.
- Generate a new key file (delete the existing key file).
(See the error below to define the correction to perform).


Command Line: "C:\Program Files\Java\jdk1.8.0_25\in\jarsigner.exe" -keystore "C:\My Mobile Projects\WiNeMoMobile\ISILAB_s_a_s.jks" -storepass Gw78tR1 -keypass Gw78tR1 -digestalg SHA1 -sigalg SHA1withDSA "WiNeMoMobile.apk" Gw78tR1


Error returned:
jar signed.

Warning:
No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2034-01-17) or after any future revocation date.


Where is the problem?
Thanks
Publicado el 17,enero 2015 - 17:39
Hi,
The error is about a timestamp-issue.
It looks like your android SDK is too new.
WM can't always deal with the latest android sdk's.

See this post also <a class="ExternalLink" rel="nofollow" target="_blank" href="http://27130.foren.mysnip.de/read.php?27131,470288,472165#msg-472165">http://27130.foren.mysnip.de/read.php&hellip;</a>
Publicado el 18,enero 2015 - 13:38
Hi,
i have tryed to download and use this
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://developer.android.com/sdk/older_releases.html">http://developer.android.com/sdk/older_releases.html</a>
(Release 1.6 r1)

and i have tryed to recompile using this sdk. but the error is the same
Publicado el 18,enero 2015 - 21:56
Hi Giovanni,

I had the exact same error message. Its actually the java jdk v16 you need to install then when you are compiling make sure you change the default java jdk which will probably be 17 to version 16.

ISO
Publicado el 19,enero 2015 - 12:03
Perfect...

the problem is Java jdk... thanks...