java - Activity not started : Android Emulator -
this question has answer here:
i trying run application on eclipse , received message on logcat (might due problem in android emulator)
" activitymanager: warning: activity not started, current task has been brought front"
just mention working fine , didn't change in code
moreover lot of times emulator doesn't load content knowing have no error in logcat
your appreciated
found answer :
it not error message, warning. system trying tell you: application on device same application in eclipse. , because application running on device, system tells not going kill , restart it, bring activity of running app foreground. pretty normal. ;-)
the warning not continue if edit code , run (because app killed, reinstalled , started) or if kill process on phone, e.g. via ddms.
Comments
Post a Comment