Last active
August 29, 2015 14:01
-
-
Save ffabreti/7f9f2e8bb14e73a1ed34 to your computer and use it in GitHub Desktop.
titanium build from cli to genymotion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ti build -p android --device-id "Moto X - 4.2.2 - API 17 - 720x1280" | |
http://www.appcelerator.com/blog/2013/12/using-genymotion-with-titanium-3-2/ | |
package Android App for distribution (production): check keystore: | |
$ keytool -list -v -keystore /home/fer/.titanium/mobilesdk/linux/3.2.1.GA/android/dev_keystore | |
password => tirocks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment