KitchenSink icon indicating copy to clipboard operation
KitchenSink copied to clipboard

Error: Emulator process exited with code 1

Open BSalita opened this issue 12 years ago • 0 comments

If you do a clean install of Titanium 3.1.1.GA, Android SDK, and then git this project into Titanium Studio, for sure you'll get "Emulator process exited with code 1".

While I'm unsure of the source of the error, the workaround is to go into the Android SDK Manager and install "Android 3.0 (API 11)". Make sure the app uses emulator "Google APIs (Android 2.3.3)" and "WVGA854". I assume there's a Titanium bug because you have to install a higher API level (3.0) than is actually used (2.3.3). Using exactly these settings, Kitchen Sink works as expected.

BSalita avatar Aug 03 '13 00:08 BSalita