Created
July 17, 2012 17:40
-
-
Save tzmartin/3130756 to your computer and use it in GitHub Desktop.
Titanium Windows 7 installation helper notes..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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: [email protected] | |
Password: 2012 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uninstall McAfee. Stop ALL McAfee services (services.msc)
Verify Internet access.
Add proxy for downloading (optional)
proxy.cognizant.com 6050
Install Java JDK v1.6.x (1.7 is not supported)
Move Android SDK to
C:/Program Files/android/android_sdk/
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%
Verify Java is on your path:
$: java -version
$: javac -version
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
Uninstall Titanium Studio
Install Titanium Studio from:
http://my.appcelerator.com/ (click Windows)
Log in to Titanium Studio:
Username: [email protected]
Password: 2012
@Habib45790