samidr8
(Samuel Diaz)
August 6, 2019, 4:41pm
#1
Hello colleagues, I have created an educational app in Android Studio for my Webwiew, because of the complex programming I could not continue programming my app. I already have the app uploaded to the Play Store with quite a few users using it.
A month ago I discovered Kodular (I congratulate the team behind it) and I managed to improve my app greatly and I want to publish the update in the Play Store.
For this I have the KeyStore created in Android Studio called “keystore.jks”
In kodular I import the keystore (File> Import keystore). Then, I compiled an APK but I get the following message: “The selected file is not a keystore!”
How can I fix the problem?
rename keystore: android.keystore
it must also contain :
Default Keystore Password: android
Default Keystore Alias: androidkey
Default Key Password: android
You can to do this e.g. with AppToMarket.
And make a backup of your current keystore (Kodular), because otherwise it is irretrievably lost.
yes i have backed up old key store file
samidr8
(Samuel Diaz)
August 6, 2019, 8:57pm
#3
I have managed to follow your recommendation, but apparently the keystore does not work because it fails to compile the app, I have obtained AppToMarket from: https://groups.google.com/forum/#!topic/apptomarket/4XjNUSgh42Q
Will I be skipping any procedure?
yusufcihan
(Yusuf Cihan)
August 6, 2019, 9:16pm
#4
Did you uploaded the new keystore to your account? Because I’m only seeing you just started to export the APK without uploading the new keystore.
samidr8
(Samuel Diaz)
August 6, 2019, 10:33pm
#5
Indeed, import the new keystore to Kodular generated from AppToMarket called “android.keystore”
If I import the Keystore Original, the project compiles without any problem, which indicates that there is something wrong with the new keystore.
Is there a video performing the steps?
samidr8
(Samuel Diaz)
August 7, 2019, 1:53am
#6
Is there another way to change the aforementioned data in a keystore.jks?
Did you update the apktool to the latest version?
https://ibotpeaches.github.io/Apktool/
Boban
(Boban Stojmenovic)
August 7, 2019, 8:01am
#8
It won’t matter as it uses keytool to change keystore however, I don’t know if AppToMarket changes all tre values as you can only fill in two of them
Do it manually
If all else fails
Afterwards you will be contacted by Google to perform some task
If I interpret this correctly
[bild]
All you have to do now is.
Download your keystore from Kodular and save it in a safe place.
[bild]
keytool -export -rfc -alias androidkey -file upload_certificate.pem -keystore android.keystore -storepass android
/Boban
/Boban
1 Like
Try the latest version of APK Studio :
since v4.0.3 there are:
Added Support for APK Signing scheme v2 (7.0+) (uber-apk-signer)
Dependency on zipalign binary removed (except for linux-x86) (uber-apk-signer)
KeyStore import made optional (APK will be signed with embedded KeyStore by default) (uber-apk-signer)
see also here:
samidr8
(Samuel Diaz)
August 16, 2019, 3:23pm
#10
Thanks to everyone, I had to contact Contact with play store Developer Support.
That’s how I solved my problem.
system
(system)
Closed
September 15, 2019, 3:23pm
#11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.