views:

92

answers:

1

When I run KitchenSink example project on iPhone emulator everything is OK, but trying to launch for Android emulator produces errors:

[ERROR] /Users/lukasz/Android/android-sdk-mac_x86/tools/apkbuilder
[ERROR] Failed installing com.appcelerator.kitchensink: pkg: /data/local/tmp/app.apk

It happens whatever Androig API I choose (from 1.5 to 2.2 or from APIs 1.5 to APIs 2.2). I am using Titanium Developer 1.2.1, titanium SDK 1.4.1.11

Where is the problem?

As far as I can see Android SDKs and platforms work correctly because I can successfully compile Android projects from diffrent IDE (Netbeans).

A: 

I had similar problems with Appcelerator. Try running Android emulator from console before you start the app in Appcelerator.

Peter Knego
Strange as I get emulator: command not found, or android: command not found even when I am trying to fire them from the tools directory. It gers even stranger when Android emulator is launched automatically by NetBeans IDE just by running project.
Lukasz
try "./android"
Peter Knego
@Lukasz, did the suggestion work for you?
Peter Knego