Question

I'm using Titanium Studio 3.2.1 on a Windows 7 x64 and wanted to launch a project in android emulator. Therefore, I installed the android sdk-bundle, put it in my system path and created an AVD. The AVD works fine when starting it directly. However, I'm not able to choose my AVD in Titanium. Only device definitions, e.g. "Galaxy Nexus", "Nexus 4" are displayed but not the devices I created. So I can't run or debug a project at all. By selecting one of the definitions (e.g. "Galaxy Nexus"), the following output is shown:

[ERROR] Application Installer abnormal process termination. Process exit value was 255

Any ideas? I also have Titanium Studio installed on a Mac OS X and everything works fine there.

Était-ce utile?

La solution

OK, finally I solved the problem by reinstalling Titanium Studio and upgrading NodeJS packages with:

npm update -g
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top