Exception when creating an activity: Could not select item Parcel unable to marshal value
Posted
by user341652
on Stack Overflow
See other posts from Stack Overflow
or by user341652
Published on 2010-06-13T23:36:04Z
Indexed on
2010/06/13
23:42 UTC
Read the original article
Hit count: 273
Hi,
I am trying to call an Activity from another instance of the activity. The code is supposed to be a simple file browser (part of a larger application). I am using a ListActivity, and when an item (such as a folder) is selected, it is supposed to open it up in the new Activity. I have a feeling it is a problem with the AndroidManifest (which just has the basic tag). Any assistance would be appreciated.
Thanks, Steve
© Stack Overflow or respective owner