I am trying to run the ADK demo kit code and implement it on my samsung galaxy s 4g that has been updated to firmware version - 2.3.4. The project is called "DemoKitLaunch" and can be downloaded on the "Download" link from the following page, under the topic of Installing the Arduino software and necessary libraries. I have created new project from existing source, made sure that I have the installed and set the project build target of "Google APIs - 2.3.3". The project is able to build and I can run the project on the emulator. However, when trying to run it on my phone I get the error of "INSTALL_FAILED_MISSING_SHARED_LIBRARY" in the logcat.
I found that there are many map projects that are having this problem, but I could only find one thread that talks about a similar issue with the usb and the ADK. In that case the OP was trying to run on a device that was vs. 2.3.3. Mine is 2.3.4 and I am having the problem.
I have made sure that the manifest has included the "".
I have also built and tried to run the microchip version demo project with the same results. Code can be found here.
Any suggestions on resolving the issue?
Any way to verify that my phone hardware is compatible with the ADK hardware requirements?
TIA