Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7875045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:55:04+00:00 2026-06-03T02:55:04+00:00

Basically trying to get the default sample project (which is linked to here )

  • 0

Basically trying to get the default sample project (which is linked to here) to run in the Android simulator.

(I’m on Windows XP-SP3, see the “Diagnostics Log” output in the question’s footer for more config info, if you have any questions about configs let me know.)

Here’s what I’ve done so far:

  • Installed the current version of Titanium Mobile SDK Version: 2.0.1
  • Installed the Java SDK “jdk-6u31-windows-i586.exe”
  • Installed the Android SDK Manager r18, then the following packages: Android SDK Tools, Android SDK Platform Tools, Android 2.2 API-8 SDK Platform, Android 2.2 API-8 Google APIs
  • Downloaded the zip of Kitchen Sink on GitHub, unzipped the file, changed the file name to KitchenSink, copied the file to the Titanium project directory under “My Documents”, then via the file tab executed an import on that directory to the “Project Explorer” tab in Titanium Studio.
  • Then I right clicked on the KitchenSink project in “Project Explorer” tab in Titanium Studio, and selected “Run As…”, then “Android Emulator”
  • Oddly, doing this returns different results (meaning I run it, restart, etc.), which include:
    • ERROR-MSG: Problem Occurred ‘Launching Titanium Android Emulator – KitchenSink’ has encountered a problem. Session initialization failed. Connection refused: connect.
    • Another times, I’ve gotten a message in this form “[INFO] [2012-04-24 17:03:33,140] Serving up files for com.test.test at 0.0.0.0:1133 from C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test” which appears to as the app was deploy to a server under an static-IP, but no emulator ever appears; which to me seemed like a bad IP address, though might be wrong.

What do I need to do to get KitchenSink to run in the Android Simulator? Is there a way to just run the Android Simulator to confirm it’s working on it’s own?


Here’s the full output from the “Diagnostics Log” under the help tab:

  • Host OS: Windows XP
  • OS Arch: x86
  • JRE Version: 1.6.0_24
  • JRE Vendor: Sun Microsystems Inc.
  • JRE Home: C:\Program Files\Appcelerator\Titanium Studio\jre
  • Install Directory: file:/C:/Program Files/Appcelerator/Titanium Studio/
  • Version: 2.0.1.201204132053
  • VM Arguments: -Xms40m -Xmx1024m -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000
    -Declipse.log.backup.max=5
    -Djava.awt.headless=true
    -XX:MaxPermSize=256m
    -Djava.class.path=C:\Program Files\Appcelerator\Titanium Studio\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
  • Workspace Directory: file:/C:/Documents and Settings/user/My Documents/Titanium Studio Workspace/
  • Language: en_US
  • Titanium Desktop SDK Version: 1.1.0
  • Titanium Desktop SDK Location: C:\Documents and Settings\user\Application Data\Titanium\sdk\win32\1.1.0
  • Titanium Mobile SDK Version: 2.0.1
  • Mobile SDK Modules API Version: 2
  • Mobile SDK Timestamp: 04/12/12 16:33
  • Mobile SDK Build Number: 999c68a
  • Titanium Mobile SDK Location: C:\Documents and Settings\user\Application Data\Titanium\mobilesdk\win32\2.0.1.GA2

Per the suggestion below, I created a new mobile project targeting Android, and then ran the project using the “Run As…” Android emulator option. The system returned this messages: “[INFO] [2012-04-24 17:03:33,140] Serving up files for com.test.test at 0.0.0.0:1133 from C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test”

build.log Output:
C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test\build.log

Logfile initialized
[INFO] logfile = C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test\build.log
[DEBUG] C:\Documents and Settings\user\Application Data\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py simulator test C:\Program Files\Android\android-sdk C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test com.test.test 1 HVGA
[INFO] logfile = C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test\build.log
[DEBUG] C:\Documents and Settings\user\Application Data\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py emulator test C:\Program Files\Android\android-sdk C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test com.test.test 1 HVGA
[ERROR] Error locating JDK: set $JAVA_HOME or put javac and jarsigner on your $PATH
[ERROR] Error locating JDK: set $JAVA_HOME or put javac and jarsigner on your $PATH

**Windows commands (java,javac,jarsigner) all return valid responses, which appears to conflict with the build.log file saying the JDK is not in the file path. The path is currently set as:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;"C:\Program Files\Java\jdk1.6.0_31\bin"

UPDATE:

Logfile initialized
[INFO] logfile = C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test3\build.log
[DEBUG] C:\Documents and Settings\user\Application Data\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py simulator test3 C:\Program Files\Android\android-sdk C:\Documents and Settings\user\My Documents\Titanium Studio Workspace\test3 com.tester.test3 1 HVGA
[INFO] Building test3 for Android ... one moment
[ERROR] JDK version 'javac' is not recognized as an internal or external command,

operable program or batch file. detected, but 1.6 is required
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:55:05+00:00Added an answer on June 3, 2026 at 2:55 am

    Step one to see is ur config ok, create a new project and run that, it should have a default app.js page with 2 tabs on it, if that doesn’t work its a config issue

    if that fails try following the steps here for setting up titanium:
    http://docs.appcelerator.com/titanium/2.0/index.html#!/guide/Setting_up_Titanium_Studio-section-30086257_SettingupTitaniumStudio-SoftwareLocations

    Or here for setting up environment variables:
    http://docs.appcelerator.com/titanium/2.0/index.html#!/guide/Software_Locations_and_Environment_Variables

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm basically trying to get the target element from event.target and if not equal
Been trying to get this up and running for a while now. Basically i
I'm trying to get Thinking Sphinx to work in test mode in Rails. Basically
I am having trouble trying to get iterators for inner sub-containers. Basically imagine this
I am currently trying to get data out of a plist. It basically looks
I've been trying to get a sort of rudimentary filter working. Basically, you click
I have a script that I'm trying to get working. Basically, what I'm trying
I've managed to get my pthreads program sort of working. Basically I am trying
I have tried and failed to get this working. Basically I am trying to
Basically, what I'm trying to do, is get the item ID, and set a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.