PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Android generation and keytools
Android generation and keytools
Débuté par Stewart, 25 oct. 2017 13:43 - 3 réponses
Membre enregistré
1 message
Posté le 25 octobre 2017 - 13:43
Trying to publish a project for beta testing on the play store.

Using the upload key from play store I converted the certificate .der into a .jks file using an adapted line from the windev keystore creation instruction.

keytool -importcert -file upload_cert.der -keystore "NAME HERE.jks" -storepass PASSHERE -alias upload_cert -keypass DIFFPASSHERE -dname cn="ESP Thinking Ltd",o="ESP Thinking Ltd" -validity 6209

using this file on the apk generation though stalled with the following error

Failure creating the Android application named <APKNAME>.


Command Line: "C:\Program Files\Java\jdk1.8.0_144\bin\java.exe" "-Dorg.gradle.appname=C:\My Mobile Projects\ESP Seating 2\Android\Generation" -classpath "C:\Users\Lorna\AppData\Roaming\PC SOFT\22.0\Android\Gradle\lib\gradle-launcher-2.14.1.jar" org.gradle.launcher.GradleMain assembleRelease -b "C:\My Mobile Projects\ESP Seating 2\Android\Generation\build.gradle"


Error returned:
FAILED

I am running Gradle that was selected by windev mobile 22 which I believe is correct and the apk will generate if on a generic signature (but will not subsequently upload to the play store)


Any help would be appreciated

Regards

Mike

--
Mike Stewart
Devloper and Founder
ESP Thinking Ltd
www.espthinking.co.uk
Membre enregistré
15 messages
Posté le 23 février 2018 - 22:15
Hi Mike

I was wandering if you got it solved.
Looks like I have a simular prpblem.

Regards
Hans
Membre enregistré
796 messages
Popularité : +40 (42 votes)
Membre enregistré
15 messages
Posté le 27 février 2018 - 22:08
Hi Ruben

Thank you. I will look into it

Regards,
Hans