I've successfully gotten my first app running under iOS and now want to adapt it for Android. It's a simple two-tab app which has a list of events on the first screen and a location map on the second. Got everything working on Android so far except the map.
I've read the documentation here; http://docs.appcelerator.com/titanium/3.0/#!/guide/Google_Maps_v2_for_Android and I'm stumped by the bit about obtaining a SHA1 fingerprint certificate. I have a Google API account already, but can't figure out how to get the key to enter into it.
The documentation talks about using keytool on the command line, but following those instructions I get an error that it's not found (I'm on OSX Mavericks, and looking in the 'default' location /Library/Application Support/Titanium/mobilesdk/3.2.2.GA/android/dev_keystore is indeed not there. There isn't even a Titanium directory in the Application Support directory for me).
The docs reference v3.1.0.GA, so things may have changed. The problem for us newbies is there seems to be a distinct lack of documentation about how to do it when you've never done it before and it's not the same anymore.