Skip to content

Instantly share code, notes, and snippets.

@tzmartin
Created July 17, 2012 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzmartin/3130756 to your computer and use it in GitHub Desktop.
Save tzmartin/3130756 to your computer and use it in GitHub Desktop.
Titanium Windows 7 installation helper notes..
* These are personal notes taken from various training events for debugging Windows 7 installation...
----------------
1. Uninstall McAfee. Stop ALL McAfee services (services.msc)
2. Verify Internet access.
Add proxy for downloading (optional)
proxy.cognizant.com 6050
3. Install Java JDK v1.6.x (1.7 is not supported)
4. Move Android SDK to
C:/Program Files/android/android_sdk/
5. Add to SYSTEM path (not USER):
C:/Program Files/android/android_sdk/
C:/Program Files/android/android_sdk/tools
C:/Program Files/android/android_sdk/platform-tools
C:/Program Files/Java/
%JAVA_HOME%
C:/Program Files/java/jdk1.6.0_29/
C:/Program Files/java/jdk1.6.0_29/bin;%JAVA_HOME%
6. Verify Java is on your path:
$: java -version
$: javac -version
7. Verify Android is your path:
$: android
if android launches you may need to add the proxy for Android to download. Go to Tools->Options to set the proxy.
DON'T DOWNLOAD ANDROID SDKs.
We will use: Android 2.1, 2.2 and 3.3
8. Uninstall Titanium Studio
9. Install Titanium Studio from:
http://my.appcelerator.com/ (click Windows)
10. Log in to Titanium Studio:
Username: ctspun43@gmail.com
Password: 2012
@Habib45790
Copy link

  1. Uninstall McAfee. Stop ALL McAfee services (services.msc)

  2. Verify Internet access.
    Add proxy for downloading (optional)
    proxy.cognizant.com 6050

  3. Install Java JDK v1.6.x (1.7 is not supported)

  4. Move Android SDK to
    C:/Program Files/android/android_sdk/

  5. Add to SYSTEM path (not USER):
    C:/Program Files/android/android_sdk/
    C:/Program Files/android/android_sdk/tools
    C:/Program Files/android/android_sdk/platform-tools
    C:/Program Files/Java/

%JAVA_HOME%
C:/Program Files/java/jdk1.6.0_29/

C:/Program Files/java/jdk1.6.0_29/bin;%JAVA_HOME%

  1. Verify Java is on your path:
    $: java -version
    $: javac -version

  2. Verify Android is your path:
    $: android
    if android launches you may need to add the proxy for Android to download. Go to Tools->Options to set the proxy.
    DON'T DOWNLOAD ANDROID SDKs.
    We will use: Android 2.1, 2.2 and 3.3

  3. Uninstall Titanium Studio

  4. Install Titanium Studio from:
    http://my.appcelerator.com/ (click Windows)

  5. Log in to Titanium Studio:
    Username: ctspun43@gmail.com
    Password: 2012
    @Habib45790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment