Hi David,

There seems to be a problem with your layout file. You may want to look at
this thread for additional info on the error that you received:
http://groups.google.com/group/android-developers/browse_thread/thread/bd2299b45907837a/569b114e4728d41f

Let us know if you have any quesitons.

Thanks,
Megha

On Tue, Apr 22, 2008 at 4:45 AM, David Given <[EMAIL PROTECTED]> wrote:

>
> Megha Joshi wrote:
> [...]
> > Could you provide your relevant code to help understand your issue and
> > debug this further...
>
> The relevant chunk from my manifest.xml looks like this:
>
> <activity android:name="InstallerActivity"
>   android:theme="@android:style/Theme.Dialog">
>  <intent-filter android:label="@string/install_game_menu_item">
>   <category android:name="android.intent.category.BROWSABLE" />
>   <category android:name="android.intent.category.DEFAULT" />
>   <data android:mimeType="application/vnd.cowlark.fnord-package" />
>   <action android:name="android.intent.action.VIEW" />
>  </intent-filter>
> </activity>
>
> When I use the web browser to open a file of the appropriate MIME type,
> the web browser crashes immediately (with 'List views can't have
> UNSPECIFIED size' --- I haven't figured out how to get the stack trace
> off the device, but it looks like it's in the layout code). None of my
> code ever gets executed; InstallerActivity never gets instantiated.
>
> Is there anything else I need to do register a MIME type handler than
> just put it in my manifest? Do I need to, for example, provide a
> description?
>
> --
> David Given
> [EMAIL PROTECTED]
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to