Mahaveer Muttha
Mahaveer Muttha

Reputation: 1727

Titanium appcelerator studio Installation issue

I am facing problem with Installation of Titanium Studio.

I have set up all the required Environment Variable's

This is my JAVA_HOME variable C:\Program Files (x86)\Java\jdk1.7.0_25;

This is mt Path Variable C:\Development\android-sdk-windows;C:\Development\android-sdk-windows\platform-tools;C:\Development\android-sdk-windows\tools;C:\Program Files (x86)\Java\jdk1.7.0_25;C:\Program Files (x86)\WinAnt\bin;D:\Android SDK\android-sdk_r16-windows\android-sdk-windows\tools;C:\Development\phonegap-2.9.0\lib\android;

I have installed jdk1.7.0_25 and JRE 7.

Also I have given my path of Android SDK D:\adt-bundle-windows-x86_64-20130219\sdk, at Android SDK home variable.

But now when i try to connect Android sdk with Titanium Studio it is just showing me Installing Android and nothing is happening.

When i try to Run an Application it gives me an Error It Appears that you do not have android SDK installed in your system please follow the instructions at the Dashboard to configure SDK

I have followed same but not finding solution, Please help me.

Thanks in advance.

Upvotes: 2

Views: 3520

Answers (2)

Anand
Anand

Reputation: 5332

From Documentation

  • The 32-bit version of the JDK is required regardless of whether Titanium is running on a 32-bit or 64-bit Windows system.

  • On Windows, Studio contains its own JRE, meaning you do not need to install the JDK before installing or launching Studio but will need it to use the Titanium SDK.

  • Titanium Studio prompts you to install the JDK when installing the Android SDK from the Dashboard on Windows.

Try to install 32 bit java in your system.

Please refer Compatibility and Download

Upvotes: 1

Wahhab_mirza
Wahhab_mirza

Reputation: 1482

Always have a good look at titanium compatibility matrix.Jdk 1.7 is not compatible until now only 1.6 is suitable for android

http://docs.appcelerator.com/titanium/3.0/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-JavaDevelopmentKit

Thanks

Upvotes: 2

Related Questions