ADK - USB - 安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY [英] ADK - USB - Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

查看:178
本文介绍了ADK - USB - 安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图运行ADK演示套件code和执行它在我的三星Galaxy的4G已更新到固件版本 - 2.3.4。该项目被称为DemoKitLaunch,可以下载下载从以下页面链接的的安装Arduino的软件和必要的库。我已经创造了新的项目,从现有的源,确信我已经安装并设置了谷歌的API - 2.3.3工程建设目标。该项目能够建设,我可以运行在模拟器上的项目。然而,试图在我的手机上运行它,当我在logcat中得到INSTALL_FAILED_MISSING_SHARED_LIBRARY的错误。

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.

我发现,有一些是有这个问题很多地图项目,但我只能找到<一href="http://stackoverflow.com/questions/2377284/install-failed-missing-shared-library-an-android-emulator-proplem">one线程,讨论与USB和ADK类似的问题。在这种情况下,在OP试图的装置,这是与2.3.3上运行。我的是2.3.4,我有这个问题。

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 "".

我也建成并试运行的微芯片版本示范项目具有相同的结果。 code可以发现<一href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2919&param=en546070"相对=nofollow>这里。

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?

任何方法来验证我的手机硬件与ADK硬件要求兼容吗?

Any way to verify that my phone hardware is compatible with the ADK hardware requirements?

TIA

推荐答案

我们甚至发现了同样的错误。对于您需要做两个步骤。首先,你需要复制使用如下因素的步骤我们的移动两个文件: 亚行推android.hardware.usb.accessory.xml /系统的/ etc /许可/

We even found the same error. For that you require to do two steps. First you need to copy two files in our mobile using folowing steps: adb push android.hardware.usb.accessory.xml /system/etc/permissions/

亚行推com.android.future.usb.accessory.jar /系统/框架

adb push com.android.future.usb.accessory.jar /system/framework

但要做到这一点首先你要做的第二步。你必须是根,一旦你根植你的手机重新安装系统文件夹,然后做的第一步。 的http://lgallardo.com/en/2011/03/13/remontar-partici%C3%B3n-system-de-android-en-modo-rw/

but to do that first you have to do second step. you have to be root, once you rooted your phone remount your system folder and then do the first step. http://lgallardo.com/en/2011/03/13/remontar-partici%C3%B3n-system-de-android-en-modo-rw/

罐子和XML文件,你可以从谷歌API-10 SDK拉

The jar and xml file you can pull from google api-10 sdk

我们使用的是三星的Galaxy S.但是这样做的所有步骤也是我们不能把手机在配件模式。因此,我们甚至不能确定三星Galaxy S支持附件模式或没有。

We are using Samsung galaxy S. But doing all steps also we are unable to put the mobile in accessory mode. So we are even unsure that samsung galaxy S supports accessory mode or not.

这篇关于ADK - USB - 安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆