Just started trying out the Android ADK, but I can't get the DemoKit project to install on my development phone, which is a Droid X running Android 2.3.3.
When I try to run the DemoKit project using the phone as the device, I get this from the console:
[2011-06-09 17:03:54 - DemoKitLaunch] Installing DemoKitLaunch.apk...
[2011-06-09 17:03:56 - DemoKitLaunch] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
And further inspection of the LogCat shows that it's an issue with the com.android.future.usb.accessory library:
06-09 17:08:38.124: ERROR/PackageManager(1320): Package com.google.android.DemoKit requires unavailable shared library com.android.future.usb.accessory; failing!
I've tried changing the build target around- from Google API 2.3.3 to 3.1, but that doesn't fix it. Google API 3.1 has the com.android.future.usb.accessory library in the .jar file, whereas the 2.3.3 API does not. It fails with both.
When I run it in the emulator, it installs and launches the DemoKit app just fine, but nothing I try makes it install and run on an actual phone.
Help!