[Solved] what is “unfortunately app has stopped” error means [closed]


This is a very broad scope question, but I will try to give you a overview about it.

There can be several reasons for a Force Close. Most of the time it occurs if some exception or error occured while the apps was executing. One of the most commons mistakes made by the beginners which cause force close is they haven’t added activity in Android Manifest and try to start the new activity.

There are several other reasons for this problem. If you are facing such a problem in your app, post your code here. We might be able to help properly then.

solved what is “unfortunately app has stopped” error means [closed]