Error on adroid emulator preview

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

Hello, please I just loaded the default 2-tabbed Helloworld Titanium app. My target device are android and mobile web. I have installed jdk 1.6.0_32 and set JAVA_HOME system variable to C:\Program Files\Java\jdk1.6.0_32\bin. However, previewing Helloworld via Android emulator gives error. This is the log:

Logfile initialized [INFO] logfile = C:\Users\FUTURE\My Documents\Titanium Studio Workspace\Helloworld\build.log [DEBUG] C:\Users\FUTURE\AppData\Roaming\Titanium\mobilesdk\win32\2.0.2.GA\android\builder.py simulator Helloworld C:\Program Files\Android\android-sdk C:\Users\FUTURE\My Documents\Titanium Studio Workspace\Helloworld com.appcelerator.helloworld 3 WVGA854mobile web emulator gives this e

[ERROR] Required jarsigner not found [ERROR] Required javac not found [ERROR] Required java not found [ERROR] One or more required files not found - please check your JAVA_HOME environment variable

Attempting to preview using mobile web emulator gives this error: error: device not found

Previewing using mobile web browser works perfectly.

I will appreciate your quick help. Thanks.

1 Answer

  • [ERROR] Required jarsigner not found
  • [ERROR] Required javac not found
  • [ERROR] Required java not found
  • [ERROR] One or more required files not found - please check your JAVA_HOME environment variable

Take a look at Installation Troubleshooting

— answered 12 months ago by Stephen Feather
answer permalink
3 Comments
  • Hrm, you have it set to the JDK? or to the JRE?

    — commented 12 months ago by Stephen Feather

  • Thanks, I got it now. I have set the following system variable: JAVA_HOME -> C:\Program Files\Java\jdk1.6.0_32 PATH -> %JAVA_HOME%\bin

    — commented 12 months ago by Abiodun Sulaiman

  • Glad you got it working.

    — commented 12 months ago by Stephen Feather

Your Answer

Think you can help? Login to answer this question!