Android keystore exporting problem

I built my app in android studio but now i changed to kodular.io
Kodular.io accepts keystore in .keystore format but i have keystore in .jks format.
How do i convert .jks to .keystore. i tried renaming .jks to .keystore but it didn’t work

i tried but when i export apk error occurs
log:
Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating strings xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________Creating provider_path xml
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
AAPT time: 0.656 seconds
________Compiling source files
(compiling io/kodular/ahmedsaeed68311/pta_register/Screen1.yail to io.kodular.ahmedsaeed68311.pta_register.Screen1)
(compiling /tmp/runtime5804789833203361339.scm to com.google.youngandroid.runtime)
Kawa compile time: 1.363 seconds
________Invoking DX
DX time: 3.832 seconds
________Invoking ApkBuilder
________ZipAligning the apk file
ZIPALIGN time: 0.043 seconds
________Signing the apk file
YAIL compiler - apksigner execution failed.

Hopefully you backed up your old keystore before, otherwise you will not be able to recover it afterwards and all other projects on Kodular can not be released in the Play Store anymore.

yes i have backed up old key store file

/Boban

after you rename your Android Studio keystore, this should look like: android.keystore

I was too late, thanks Boban. You can to do this e.g. with AppToMarket.

1 Like

/Boban

1 Like