An internal error occurred during: “Computing SDK Info…” When Starting Titanium Studio

1.3k Views Asked by At

Since upgrading TitaniumStudio, I am getting a java error when starting the TitaniumStudio application. Full error message is:

An internal error occurred during: "Computing SDK Info...".
java.lang.NullPointerException

When I try to create a new project, I get

Unable to locate the CLI executable. Please restart Studio or use Help > Check for Titanium Updates to install Titanium CLI.

I have no idea how to bypass this error. I tried installing and reinstalling the application, installing and reinstalling CLI via command line with no luck.

I am running osx with Yosemite.

Titanium 3.4.1
Node v0.10.33
npm 1.4.28

Any suggestion on where else to look in order to solve this error?

Thanks

3

There are 3 best solutions below

0
On

I know I'm answering this 3 months after the question was asked, but the solution provided by @turtle above didn't work for me.

I was getting the exact same error with a brand new install of Titanium (SDK 3.5) on OS X 10.10.2 and the latest version (0.12) of Node already installed. This happened on 3 separate Macs. I compared with a 4th Mac that already had Titanium installed and found out that reverting Node from 0.12 to 0.10.13 made the error go away, solved the problem on all 3 Macs!

1
On

Do a complete reinstall of titanium studio git and noe.It will solve your problem.

1
On

I had the same problem. I switched from using node 0.12 to 0.10.13. Here are the two commands:
npm install -g n
n 0.10.13

then restart titanium studio