20
Views
2
Comments
Create the android package for google paly store in ODC

Hi all,

I am attempting to create an Android package on the ODC platform with the build type set to "Google Play."

During this process, I am prompted to provide Keystore details, which include the Keystore (binary file), Keystore password, Alias, and Alias password. I have reviewed the documentation, but I still require clarification.

I have successfully created the mobile application in ODC and have managed to create the package using the "Debug" build type. However, I am unable to proceed with the "Google Play"/"Release" build type as it requires some additional Keystore details.

Could anyone guide me on where to obtain these Keystore details? Your assistance would be greatly appreciated as it will help me proceed with the mobile application.

Please refer to the attached image for your reference.

Thank you.


Regards,

Babitha V K

Package.PNG
2024-05-22 10-21-41
Mohammad Hasib

Hi Babitha,


Install Java JDK in your pc and run the below command in command prompt and follow the screen instruction:

keytool -genkeypair -v \   -keystore keystore.jks \    -keyalg RSA \    -keysize 2048 \    -validity 10000 \    -alias your_alias_name 

It will generate a keystore file in your pc. 


Regards,


2025-04-22 09-32-36
Babitha V K

Hi Mohammad Hasib,

Thank you for your quick response.

I will try the commands on my PC and check. I'll update you with the results. If I encounter any issues, I'll let you know. 

Regards,

Babitha V K

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.