I would think it had something to do with your layout in the XML file. Maybe check your ArtistAlbumBrowserActivity's layout and check line 25 for the issue.
Maybe you can copy/paste a snippet from the file so others can take a look at it. sws-vinpa On Aug 17, 4:09 am, Solitare <[email protected]> wrote: > Hi I am new here. Currently doing the media porting of android. When I > want to open the music application, it is failed. and I get the > following error messages: > > I/ActivityManager( 1939): Starting activity: Intent > { act=android.intent.action.MAIN > cat=[android.intent.category.LAUNCHER] > flg=0x10200000 cmp=com.android.music/.MusicBrowserActivity > bnds=[436,152][522,225] } > I/ActivityManager( 1939): Start proc com.android.music for activity > com.android.music/.MusicBrowserActivity: pid=2138 uid=10 > 012 gids={3003, 1015} > I/ARMAssembler( 1939): generated > scanline__00000177:03515104_00000001_00000000 [ 73 ipp] (95 ins) at > [0x323110:0x32328c] in > 0 ns > I/ActivityManager( 1939): Starting activity: Intent > { act=android.intent.action.PICK dat= typ=vnd.android.cursor.dir/ > artista > lbum flg=0x4000000 cmp=com.android.music/.ArtistAlbumBrowserActivity > (has extras) } > W/ResourceType( 2138): Failure getting entry for 0x7f020014 (t=1 e=20) > in package 0: 0xffffffb5 > D/AndroidRuntime( 2138): Shutting down VM > W/dalvikvm( 2138): threadid=3: thread exiting with uncaught exception > (group=0x4001b178) > E/AndroidRuntime( 2138): Uncaught handler: thread main exiting due to > uncaught exception > E/AndroidRuntime( 2138): java.lang.RuntimeException: Unable to start > activity ComponentInfo{com.android.music/com.android.mu > sic.ArtistAlbumBrowserActivity}: android.view.InflateException: Binary > XML file line #25: Error inflating class <unknown> > > anyone know what is the problems? > Please help... -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
