Note that there are some explanatory texts on larger screens.

plurals
  1. POINSTALL_FAILED_MISSING_SHARED_LIBRARY when using a custom library
    primarykey
    data
    text
    <p>I'm using <a href="https://github.com/simong/CloudAppJava" rel="nofollow noreferrer">CloudApp Java Wrapper</a>, this is my android manifest:</p> <pre><code>&lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.github.cloudapp" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" /&gt; &lt;application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" &gt; &lt;uses-library android:name="com.cloudapp.api" /&gt; &lt;uses-library android:name="com.cloudapp.api.model" /&gt; &lt;uses-library android:name="com.cloudapp.impl" /&gt; &lt;uses-library android:name="com.cloudapp.impl.model" /&gt; &lt;activity android:name=".MainActivity" android:label="@string/title_activity_main" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;/application&gt; </code></pre> <p></p> <p>I keep getting <code>INSTALL_FAILED_MISSING_SHARED_LIBRARY</code> check LogCat, but on LogCat there is nothing there, I'm sure I correctly declared the library in the manifest. What am I doing wrong? Are the packages names wrong? I'm using the jar from <a href="https://github.com/simong/CloudAppJava/downloads" rel="nofollow noreferrer">here</a>.</p> <p>Here is also the screenshot of the library:</p> <p><img src="https://i.stack.imgur.com/I7JGe.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload