Here my adb log...

I/ActivityManager(   55): Start proc com.goear for activity
com.goear/.Goear: pid=1674 uid=10032 gids={3003, 1015}
I/ActivityManager(   55): Displayed activity com.goear/.Goear: 4600 ms
(total 4600 ms)
E/gralloc (   55): [unregister] handle 0x3b6a88 still locked
(state=40000001)
D/dalvikvm(  124): GC freed 7150 objects / 400440 bytes in 168ms
I/ActivityManager(   55): Starting activity: Intent
{ cmp=com.goear/.SearchResult }
W/dalvikvm( 1674): threadid=15: thread exiting with uncaught exception
(group=0x4001b188)
E/AndroidRuntime( 1674): Uncaught handler: thread Thread-8 exiting due
to uncaught exception
E/AndroidRuntime( 1674): java.lang.RuntimeException: Can't create
handler inside thread that has not called Looper.prepare()
E/AndroidRuntime( 1674):        at android.os.Handler.<init>(Handler.java:
121)
E/AndroidRuntime( 1674):        at android.widget.Toast.<init>(Toast.java:
68)
E/AndroidRuntime( 1674):        at android.widget.Toast.makeText(Toast.java:
231)
E/AndroidRuntime( 1674):        at com.goear.Goear.run(Goear.java:69)
E/AndroidRuntime( 1674):        at java.lang.Thread.run(Thread.java:1096)
I/Process (   55): Sending signal. PID: 1674 SIG: 3
I/dalvikvm( 1674): threadid=7: reacting to signal 3
I/dalvikvm( 1674): Wrote stack trace to '/data/anr/traces.txt'
I/Process ( 1674): Sending signal. PID: 1674 SIG: 9
I/ActivityManager(   55): Process com.goear (pid 1674) has died.
I/WindowManager(   55): WIN DEATH: Window{43c5b558 com.goear/
com.goear.Goear paused=false}
W/UsageStats(   55): Unexpected resume of com.android.launcher while
already resumed in com.goear
W/InputManagerService(   55): Got RemoteException sending
setActive(false) notification to pid 1674 uid 10032


On 23 mar, 17:13, ikalbeniz <[email protected]> wrote:
> Im am using Netbeans.. i will find how to do it with this IDE..
>
> On 23 mar, 17:02, Mark Murphy <[email protected]> wrote:
>
> > ikalbeniz wrote:
> > > Hi,
>
> > > My app crashes when i call a ListActivity from an Activity. I have
> > > searched on internet and many people ask the same but i have not found
> > > any response. The only person i have found that solves the problems
> > > says that he solved changin manifest but he does not say nothing else.
>
> > > I i put the ListAvtivity as main activity in manifest app works ok
> > > buet if a set an Activity as main activity an then call ListActivity
> > > like:
>
> > > Intent searchAct = new Intent(this, SearchResult.class);
> > > startActivity(searchAct);
>
> > > then my app crashes..
>
> > > Des anybody know what happens?
>
> > Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the
> > stack trace associated with the crash. This will tell you what is going
> > wrong.
>
> > --
> > Mark Murphy (a Commons 
> > Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> > Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to