Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Widget post-Install Problem!
    primarykey
    data
    text
    <p>my widget is full and ready to work, after i install it i can't find in the emulator widgets list .. although it's there when i search for it in the installed applications .. i think it's a problem in the manifest, here is the manifest :</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="help.i.bored.bad" android:versionCode="1" android:versionName="1.2"&gt; &lt;uses-sdk android:minSdkVersion="8" /&gt; &lt;uses-permission android:name="android.permission.INTERNET"&gt;&lt;/uses-permission&gt; &lt;application android:icon="@drawable/icon" android:label="@string/app_name"&gt; &lt;!-- Broadcast Receiver that will process AppWidget updates --&gt; &lt;receiver android:name=".HitsWidget" android:label="@string/app_name"&gt; &lt;intent-filter&gt; &lt;action android:name="help.i.bored.bad.HitsWidge.receiver1" /&gt; &lt;action android:name="help.i.bored.bad.HitsWidge.receiver2" /&gt; &lt;action android:name="help.i.bored.bad.HitsWidge.receiver3" /&gt; &lt;/intent-filter&gt; &lt;meta-data android:name="android.appwidget.provider" android:resource="@xml/hitswidge_provider" /&gt; &lt;/receiver&gt; &lt;Service android:name=".MediaService"&gt; &lt;intent-filter&gt; &lt;action android:name="help.i.bored.bad.HitsWidge.receiver2" /&gt; &lt;action android:name="help.i.bored.bad.HitsWidge.receiver1" /&gt; &lt;/intent-filter&gt; &lt;/Service&gt; &lt;Activity android:name=".Stations" android:label="@string/app_name"&gt; &lt;intent-filter&gt; &lt;action android:name="help.i.bored.bad.HitsWidge.receiver3" /&gt; &lt;/intent-filter&gt; &lt;/Activity&gt; &lt;/application&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    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.
    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