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?
source share