0

Can anybody please share any step by step guide to install and configure Titanium Studio (which version should I use ?) on a Windows 7 64 bit machine for Android development ?

I am trying the latest version but it seems not working. Can't set the andorid sdk path.

I have JDK 1.7 64 bit installed in my machine. I think 32 bit 1.6 is required but it was suppose to be managed by the installer ?

marifrahman
  • 681
  • 2
  • 13
  • 31

3 Answers3

0

I found a step by step guide with pictures in the documentation. I assume this is what you're looking for? http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_Studio

Bob Jansen
  • 89
  • 11
  • Yeh its the official one and I have started with that and result is why I have raised this issue - Can you suggest based on what you have tried ? – marifrahman Jun 02 '14 at 01:41
  • I have only installed it on Ubuntu so I can't suggest anything that would help you. From a quick search I found [a video](https://www.youtube.com/watch?v=lXShVUwPzaQ) and [a blog entry](www.appliedclub.org/blog/2013/02/12/installing-titanium-appcelerator-on-windows) on how to install Titanium on W7 – Bob Jansen Jun 02 '14 at 01:51
  • The blog link is broken and the video seems just straight forward way - nothing fancy is done. – marifrahman Jun 02 '14 at 02:08
0

Check below links :

Steps you need to follow :

  • Downloading and Installing Titanium Studio
  • Launching Titanium Studio
  • Configuring Titanium Studio
  • Add path of default Android SDK
  • Creating a project in Titanium Studio.

Hope this helps.

Siddharth_Vyas
  • 9,972
  • 10
  • 39
  • 69
0

Please use the documentation itself. The documentation specifically says that you need to use 32 bit java v1.6 regardless of your system configuration, you need to manually install 32 bit java, set the environment variables.

You may also refer

  1. Failed to Load JNI Shared Library When Trying to Use Titanium

  2. how to install sdk Android with titanium

  3. Titanium 3.1.0 - Emulator process exited with code 1 - Can't compile APK

Hope it helped you. Let me know if you have any queries

Community
  • 1
  • 1
Anand
  • 5,323
  • 5
  • 44
  • 58
  • The document does say that 32 bit JDK version 1.6 is needed but din find any mentioning that I need to install it manually, instead it was suppose to install when the studio is being installed : Please check the link : http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_Studio-section-37540095_SettingupStudio-OracleJDK – marifrahman Jun 03 '14 at 02:00
  • @marifrahman: However you need to install them manually. Titanium studio will not install java for you – Anand Jun 03 '14 at 06:09