Hi everybody,
starting an activity from another i get the error in the picture I include.
If I answer to go on everything is ok...
Can anybody tell why this?
Of course.. One info: I get this error SOMETIMES when I activity.Finish and startactivity(xxx) no matter which activity it is.
I cannot include the whole pjt, it's too big ...
I'll try to understand what happens...
Thank you guys!
Hi everybody, just to share my error...
The activity was a camera. I wrote a sub to stoppreview and release camera, but I called a callsubdelayed(me, "termina") followed by activity.finish. Doing this the camera was never released, because the delayed call was not able to find the sub. I saw this exploring the Java source.
I changed to simple call : termina.... EVVAIIIII(translation HERE WE GOOO!) ! I did it!