ActivityManager Warning: Activity not started, its current task has been brought to the front


❗️ Starting activity com.example.calc.MyApp on device 784874854545844a
ActivityManager: Starting: Intent {Act=androind.intent.action.MAIN cat=[android.intent.category
ActivityManager: Warning: Activity not started, its current task has been brought to the front]

ActivityManager Warning Activity not started its current task has been brought to the front
ActivityManager Warning Activity not started its current task has been brought to the front.

You get this warning when you run your app either on an Android emulator or device if you have made no changes to the project code and you try to run the app which is already running i.e. brought in front.

The compiled .apk file is installed to the device or emulator only when some changes are made to the project.

To get rid of this warning simply exit the app from the device and run it the project again.

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap