KitchenSink tools/apkbuilder error when trying to run for Android
Posted
by
Lukasz
on Stack Overflow
See other posts from Stack Overflow
or by Lukasz
Published on 2010-10-25T19:31:34Z
Indexed on
2011/01/07
2:54 UTC
Read the original article
Hit count: 373
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).
© Stack Overflow or respective owner