Search code examples
androidtitaniumkeystore

Debug with release(my own) keystore


I am using titanium.

Normally, I compile like this and check the debug log in console.

ti build --T device --P android

It doesn't require any keystore (maybe titanium default keystore for debugging is used??)

However, I would like to use my own keystore file because google map requires original keystore file to show the map.

How can I debug with release keystore???


Solution

  • You can run

    ti build --help
    

    and see the options. Use -K or --keystore to specify the keystore.

    That being said, you can run keytool against the default developer keystore and register it will Google api and list it in you tiapp.xml.