Hi everybody, I need some help while trying to deploy my android apps in Titanum studio. I'm working on Windows 7. In the console I can see the following log message.
[INFO] logfile = C:\Users\Arman\My Documents\Titanium Studio Workspace\Greeting\build.log [DEBUG] C:\Users\Arman\AppData\Roaming\Titanium\mobilesdk\win32\1.7.2\android\builder.py distribute Greeting C:\Android\android-sdk C:\Users\Arman\My Documents\Titanium Studio Workspace\Greeting com.apps.greeting C:\Users\Arman\Deploy\keystore.txt xxxxx C:\Users\Arman\Deploy 2 [ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File "C:\Users\Arman\AppData\Roaming\Titanium\mobilesdk\win32\1.7.2\android\builder.py", line 1970, in <module> [ERROR] avd_id = dequote(sys.argv[10]) [ERROR] IndexError: list index out of range
Any help would be appreciated.
2 Answers
In my case this error is happened because I'm not fill Key Store Location, Key Password and Alias exactly. For this you must the first create APK file using console, with keytool and then use this information(location, ...) to file appropriate fields.
Solved but don't know how; apparently Studio signed the app in \build\android\bin w/o using "deploy" ; found out when I ran jarsigner again app
Your Answer
Think you can help? Login to answer this question!