Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yes, I had looked at that, but thought it was a bit complex. Having now done the project I realise that's the way it is!!</p> <p>However, the project will compile and install, but won't run.</p> <p>On a real phone 'Open' is disabled after installation and the app doesn't appear in the apps list.</p> <p>On the emulator, : </p> <blockquote> <p>[2010-11-12 11:49:49 - HelloTabWidget] The launch will only sync the application package on the device!</p> <p>[2010-11-12 11:55:46 - HelloTabWidget] Success! </p> <p>[2010-11-12 11:55:46 - HelloTabWidget] \HelloTabWidget\bin\HelloTabWidget.apk installed on device</p> <p>[2010-11-12 11:55:46 - HelloTabWidget] Done!</p> </blockquote> <p>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="martin.HelloTabWidget" android:versionCode="1" android:versionName="1.0"&gt; &lt;application android:icon="@drawable/icon" android:label="@string/app_name"&gt; &lt;activity android:name=".HelloTabWidget" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar"&gt;&lt;/activity&gt; &lt;activity android:name=".ArtistsActivity" android:label="ArtistsActivity"&gt; &lt;/activity&gt; &lt;activity android:name=".AlbumsActivity" android:label="AlbumsActivity"&gt;&lt;/activity&gt; &lt;activity android:name=".SongsActivity" android:label="SongsActivity"&gt;&lt;/activity&gt; &lt;/application&gt; &lt;uses-sdk android:minSdkVersion="7" /&gt; &lt;/manifest&gt; </code></pre>
    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.
    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