Note that there are some explanatory texts on larger screens.

plurals
  1. POManifest has to have a label error
    text
    copied!<p>When I tryed to publish my android app (for Android 2.1) on <a href="http://slideme.org" rel="nofollow">http://slideme.org</a> I got an error wich says Manifest has to have label, but I have labels every where where I can put them. </p> <p>So if someone can point me out where is problem please respond.</p> <p>Here is my manifest.</p> <pre><code>&lt;manifest package="com.jandans.silencer" android:versionCode="1" android:versionName="1.0" xmlns:android="http://schemas.android.com/apk/res/android" android:sharedUserLabel="@string/nosaukums"&gt; &lt;uses-sdk android:minSdkVersion="7"/&gt; &lt;uses-permission android:name="android.permission.ACCESS_SURFACE_FLINGER" /&gt; &lt;application android:label="Silent Mode" android:icon="@android:drawable/ic_lock_silent_mode" &gt; &lt;activity android:name=".Info" android:label="Silent mode"&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;receiver android:name=".widgetprow" android:label="Silent Mode" android:icon="@android:drawable/ic_lock_silent_mode"&gt; &lt;intent-filter&gt; &lt;action android:name="android.appwidget.action.APPWIDGET_UPDATE" /&gt; &lt;/intent-filter&gt; &lt;meta-data android:name="android.appwidget.provider" android:resource="@xml/hey" /&gt; &lt;/receiver&gt; &lt;service android:name=".widgetprow$ToggleService" android:label="Silent Mode"/&gt; &lt;/application&gt; </code></pre> <p></p>
 

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