Android deploy problem

You must Login before you can answer or comment on any questions.

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.

— asked 2 years ago by Arman Ag
2 Comments
  • I am currently getting the same error message; anyone have a fix for this?

    — commented 2 years ago by Andrew Gribble

  • see my comment below

    — commented 11 months ago by John Mohan

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.

— answered 2 years ago by Arman Ag
answer permalink
2 Comments
  • Getting same error w Studio v 1.8.2 <<File C:\Users\John\AppData\Roaming\Titanium\mobilesdk\win32\1.8.2\android\builder.py", line 2095, in <module>[ERROR] avd_id = dequote(sys.argv[10]) [ERROR] IndexError: list index out of range>>

    Do not understand your answer ? Please clarify

    — commented 11 months ago by John Mohan

  • see: http://developer.appcelerator.com/question/135302/android-deploy-builder-break#comment-131777

    — commented 11 months ago by John Mohan

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!