Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8216469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:08:09+00:00 2026-06-07T12:08:09+00:00

I have a simple app that you enter text into the textview and press

  • 0

I have a simple app that you enter text into the textview and press submit and it shows the text in another Activity. However, when I press submit, gives me the message “Unfortunently Send Has Stopped” I looked at other threads on SO, but Unfortunately myfirstproject stopped working error in java seems the closest and they said to check the LogCat File, and it came up with more than one error:

07-11 19:38:01.925: E/Trace(729): error opening trace file: No such file or directory (2)
07-11 19:38:05.815: I/Choreographer(729): Skipped 451 frames!  The application may be doing too much work on its main thread.
07-11 19:38:06.009: D/gralloc_goldfish(729): Emulator without GPU emulation detected.
07-11 19:38:35.046: I/Choreographer(729): Skipped 45 frames!  The application may be doing too much work on its main thread.
07-11 19:38:41.427: D/AndroidRuntime(729): Shutting down VM
07-11 19:38:41.435: W/dalvikvm(729): threadid=1: thread exiting with uncaught exception (group=0x40a13300)
07-11 19:38:41.585: E/AndroidRuntime(729): FATAL EXCEPTION: main
07-11 19:38:41.585: E/AndroidRuntime(729): java.lang.IllegalStateException: Could not execute method of the activity
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.view.View$1.onClick(View.java:3591)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.view.View.performClick(View.java:4084)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.view.View$PerformClick.run(View.java:16966)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.os.Handler.handleCallback(Handler.java:615)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.os.Handler.dispatchMessage(Handler.java:92)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.os.Looper.loop(Looper.java:137)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.ActivityThread.main(ActivityThread.java:4745)
07-11 19:38:41.585: E/AndroidRuntime(729):  at java.lang.reflect.Method.invokeNative(Native Method)
07-11 19:38:41.585: E/AndroidRuntime(729):  at java.lang.reflect.Method.invoke(Method.java:511)
07-11 19:38:41.585: E/AndroidRuntime(729):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
07-11 19:38:41.585: E/AndroidRuntime(729):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
07-11 19:38:41.585: E/AndroidRuntime(729):  at dalvik.system.NativeStart.main(Native Method)
07-11 19:38:41.585: E/AndroidRuntime(729): Caused by: java.lang.reflect.InvocationTargetException
07-11 19:38:41.585: E/AndroidRuntime(729):  at java.lang.reflect.Method.invokeNative(Native Method)
07-11 19:38:41.585: E/AndroidRuntime(729):  at java.lang.reflect.Method.invoke(Method.java:511)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.view.View$1.onClick(View.java:3586)
07-11 19:38:41.585: E/AndroidRuntime(729):  ... 11 more
07-11 19:38:41.585: E/AndroidRuntime(729): Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.point/com.point.DisplayMessageActivity}; have you declared this activity in your AndroidManifest.xml?
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1541)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.Instrumentation.execStartActivity(Instrumentation.java:1416)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.Activity.startActivityForResult(Activity.java:3351)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.Activity.startActivityForResult(Activity.java:3312)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.Activity.startActivity(Activity.java:3522)
07-11 19:38:41.585: E/AndroidRuntime(729):  at android.app.Activity.startActivity(Activity.java:3490)
07-11 19:38:41.585: E/AndroidRuntime(729):  at com.point.MainActivity.sendMessage(MainActivity.java:34)
07-11 19:38:41.585: E/AndroidRuntime(729):  ... 14 more
07-11 19:43:41.995: I/Process(729): Sending signal. PID: 729 SIG: 9

The link on SO also said something about not creating the TextView and it being NULL.

Can someone help me?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T12:08:11+00:00Added an answer on June 7, 2026 at 12:08 pm

    If you take a better look at the error log you’ll see:

    Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.point/com.point.DisplayMessageActivity}; have you declared this activity in your AndroidManifest.xml?

    So, is your DisplayMessageActivity declared in the AndroidManifest.xml file?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a relatively simple web app, that allows the user to enter two
So at the moment I have a simple reminder app that you enter some
This is a real newbie question. I have simple app that selects a picture
I have one simple app that suppose to get information from user and send
I have a simple app that will allow a user to tag a location.
Right so I have a simple app that consists of a calendar a Set
I'm now testing GKPeerPickerController. I have a simple app that just have a button
I have a simple catalogue app that lets users download product data from an
I have a simple PHP app that prints 'hello world'. When I run it
I have a simple GAE app that includes a login/logout link. This app is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.