安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY [英] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

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

问题描述

  

安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY

     

请检查logcat的输出获取更多信息。

问题是:有一个在LogCat中输出没有输出。而且,这不是一些谷歌地图图书馆,在这里大多数的问题,以便为约[1]: 我想利用我自己的图书馆项目。

我的主要项目有以下命名空间:net.microtrash.cutoutcam

我的库项目有以下命名空间,这是我的主要应用程序的清单文件中已经引用:

 <使用库机器人:名称=net.microtrash.lib/>
<使用库机器人:名称=net.microtrash.lib.button/>
<使用库机器人:名称=net.microtrash.cutoutcam.lib/>
 

任何想法,为什么这个错误可能发生?

[1] <一个href="http://stackoverflow.com/questions/1113088/install-failed-missing-shared-library-error-in-android">INSTALL_FAILED_MISSING_SHARED_LIBRARY在Android的错误

解决方案
  

我的库项目有以下命名空间,这是我的主要应用程序的清单文件中已经引用:

除非你建立自己的电话,或者至少是你自己的固件,你没有任何的库。不要使用&LT;使用库&GT; 为Android库项目

"Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

Please check logcat output for more details."

Problem is: There is no output at all in the LogCat output. Further this is not about some Google Maps library, which most questions here on SO are about[1]: I'm trying to make use of my own library project.

my main project has following namespace: net.microtrash.cutoutcam

my library project has following namespaces, which I have referenced in the main app's manifest file:

<uses-library android:name="net.microtrash.lib" />
<uses-library android:name="net.microtrash.lib.button" />
<uses-library android:name="net.microtrash.cutoutcam.lib" />

Any ideas, why this error might happen?

[1] INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android

解决方案

my library project has following namespaces, which I have referenced in the main app's manifest file:

Unless you built your own phone, or at least your own firmware, you do not have any of those libraries. You do not use <uses-library> for Android library projects.

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

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