android - making app by clickteam fusion 2.5 -
hi want know way can publish app clickteam fusion 2.5 or did else tried.
p.s know there website have convert keystore , stuff don't know start
yes can need have android exporter clickteam that. need have java sdk installed used build apk files.
to publish application, make sure have "release mode" enabled in application properties. need create keystore signing key.
to generate keystore can use keytool tool provided in bin directory of jdk. command line tool. example, following command line generate "d:\great-release-key.keystore" file contains "great_key_name" key:
keytool -genkey -v -keystore d:\great-release-key.keystore -alias great_key_name -keyalg rsa -keysize 2048 -validity 10000
keytool asks name, organization, country, keystore password , key password.
all quite documented in fusion help. chapter read "distributing application/android"
Comments
Post a Comment