Android SDK deprecations and changes causing appcelerator to fail?

You must Login before you can answer or comment on any questions.

Earlier today I updated my Android SDK to latest.
I then installed Titanium Appcelerator and attempted to build the kitchen sink.

I received errors about it not finding "adb" in my tools directory.
The adb executable has been moved to the platform-tools directory so I created a symlink to it in the tools directory.

Now able to add applications to my projects list, I added the KitchenSink and tried to launch it in the emulator. Now i get constant errors on adb and on apkbuilder whenever I try and launch the application. The emulator runs but my projects aren't installed on the emulator.

I'm using Titanium Developer 1.2.2 with Android SDK Platform Tools 5 from the latest updater.

Any ideas?

1 Answer

A recent Ubuntu upgrade altered my java settings to use the openjdk instead of the sun-jdk. Installing the sun-java6-jdk allowed me to build and install applications.

It still required the symlink to adb and the apkbuilder still throws deprecation warnings... but that isn't stopping me from working.

Your Answer

Think you can help? Login to answer this question!