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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -