INSTALL_FAILED_MISSING_SHARED_LIBRARY when installing apk (Google API API)

I have a problem installing my Android application using a special library: hessian-3.1.5.jar. My IDE: intellij 11 idea

This library is in the project structure library and in AndroidManifest.xml I have a line: <uses-library android:name="com.caucho.hessian.client" />

But he says: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]

Any ideas?

+4
source share
1 answer

Does it work on an emulator? It looks like there are no Google libraries on your device (and since they are licensed for devices, if they do not have them, you cannot get them on it).

0
source

All Articles