How can I set the settings configurations for android application for a text er application. When I run the application, and click on menu in emulator, in the bottom of the screen I get settings tab. When I select that settings tab, I get force close error. What is the problem behind this error.
I have added the logcat errors in this link
The error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.texter.QUICKTEXT }
Have you set up the activity in your manifest file correctly??
Something like this: