HELP!! cannot get past this error: "[Titanium SDK Home] Could not locate a Titanium Mobile SDK at the given path"

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

HELP !! I have re-installed Titanium numerous times. Confirmed correct path to Ti-mobilesdk, but keep getting this error:

"[Titanium SDK Home] Could not locate a Titanium Mobile SDK at the given path"

It seems that the updates worked correctly, but still get this error trying to set preferences.

ANY SUGGESTIONS? I see this is a common problem, but having tried many other ideas, I still cannot get past this error.

Details from diagnostics: Host OS: Windows 7 OS Arch: x86 JRE Version: 1.6.0_24 JRE Vendor: Sun Microsystems Inc. JRE Home: C:\Users\markfrick\AppData\Local\Titanium Studio\jre Install Directory: file:/C:/Users/markfrick/AppData/Local/Titanium Studio/ Version: 2.0.1.201204132053 VM Arguments: -Xms40m -Xmx1024m -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000 -Declipse.log.backup.max=5 -Djava.awt.headless=true -XX:MaxPermSize=256m -Djava.class.path=C:\Users\markfrick\AppData\Local\Titanium Studio\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar Workspace Directory: file:/C:/Users/markfrick/My Documents/Titanium Studio Workspace/ Language: en_US Titanium Mobile SDK Version: 2.0.1 Mobile SDK Modules API Version:2 Mobile SDK Timestamp: 04/12/12 16:33 Mobile SDK Build Number: 999c68a Titanium Mobile SDK Location: C:\Users\markfrick\AppData\Roaming\Titanium\mobilesdk\win32\2.0.1.GA2

— asked 12 months ago by mark frick
0 Comments

1 Answer

Hi Mark

Things to check:

  • 32bit Oracle JDK 1.6 is required (64bit and/or version 1.7 will not work correctly). See Java Development Kit in the compatibility matrix. Uninstall JDK if you have the incorrect version and replace it with the correct one. Furthermore, note that JDK rather than JDE is necessary
  • ensure that the default paths in the Windows system PATH have not been deleted, and thus include %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem; at the beginning
  • if you have previously configured the ANDROID_SDK environment variable, delete it
  • if you have previously configured the JAVA_HOME environment variable, either delete it, as it is not necessary for Titanium, or ensure that is correct
  • confirm that Titanium Studio, the Titanium SDK and Android SDK are all installed to a location within your home directory. This ensures that Studio can update itself and these components later, without encountering permissions conflicts

For reliable results, use the Appcelerator Dashboard to install and configure the Android SDK, described in the Setting up Titanium Studio guide. Once Titanium and Android are configured, use the Creating Your First Titanium Apps guide to help you to create your first apps.

Your Answer

Think you can help? Login to answer this question!