Android Question Error starting intent: (Intent) Intent { act=android.intent.action.MAIN

LéonE

Member
Licensed User
Longtime User
Hi,

if i compile&run on debug(rapid) the first time i get:
Error starting intent: (Intent) Intent { act=android.intent.action.MAIN flg=0x30000000 cmp=App.com/.main }

on my screen i see that the application is running. on my device nothing to see.
i stop the debuger and re-click compile&run now it's working.

is this an error of my device or something else?

thanks in advance.
 

LéonE

Member
Licensed User
Longtime User
Through usb and wireless. This was at the beginning no problem. The steps above are not complete.
1) compile&run (is first install)
2) uninstall from device
3) compile&run
At this point i get the error.
4) stop debuger and hit again compile&run it is working.
 
Upvote 0

LéonE

Member
Licensed User
Longtime User
Erel,
there's only the one i copied.
nothing else. no java no other error code only this one. that's why i put it in the forum.
i always take the flag filterd on log away. so i have all internal and my logs.
after testing a part of code i clear the logs for further debuging.

extra question: sometimes i get NO error but the programm exits without warning or error code.
is this a knowen issue? at th moment i use the BETA 1 (3.80)
 
Upvote 0
Top