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

  • SEARCH
  • Home
  • 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 6840575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:51:39+00:00 2026-05-26T23:51:39+00:00

I am developing in app where I am using activity that crop a image

  • 0

I am developing in app where I am using activity that crop a image but when i click on button to switch activity application stopped unexpectedly …
logcat :

11-06 16:34:20.778: ERROR/AndroidRuntime(296): FATAL EXCEPTION: main
11-06 16:34:20.778: ERROR/AndroidRuntime(296): java.lang.IllegalStateException: Could not execute method of the activity
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.view.View$1.onClick(View.java:2072)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.view.View.performClick(View.java:2408)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.view.View$PerformClick.run(View.java:8816)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.os.Handler.handleCallback(Handler.java:587)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.os.Handler.dispatchMessage(Handler.java:92)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.os.Looper.loop(Looper.java:123)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.app.ActivityThread.main(ActivityThread.java:4627)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at java.lang.reflect.Method.invokeNative(Native Method)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at java.lang.reflect.Method.invoke(Method.java:521)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at dalvik.system.NativeStart.main(Native Method)
11-06 16:34:20.778: ERROR/AndroidRuntime(296): Caused by: java.lang.reflect.InvocationTargetException
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at project.ubit.menu.Crop_Method(menu.java:52)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at java.lang.reflect.Method.invokeNative(Native Method)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at java.lang.reflect.Method.invoke(Method.java:521)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.view.View$1.onClick(View.java:2067)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     ... 11 more
11-06 16:34:20.778: ERROR/AndroidRuntime(296): Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=net.londatiga.android.MainActivity }
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.app.Activity.startActivityForResult(Activity.java:2817)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     at android.app.Activity.startActivity(Activity.java:2923)
11-06 16:34:20.778: ERROR/AndroidRuntime(296):     ... 15 more
11-06 16:34:20.859: WARN/ActivityManager(66):   Force finishing activity project.ubit/.menu
11-06 16:34:21.627: WARN/ActivityManager(66): Activity pause timeout for HistoryRecord{450232b0 project.ubit/.menu}
11-06 16:34:21.818: INFO/ARMAssembler(66): generated scanline__00000077:03515104_00000000_00000000 [ 33 ipp] (47 ins) at [0x32c890:0x32c94c] in 1346526 ns
11-06 16:34:25.308: INFO/Process(296): Sending signal. PID: 296 SIG: 9
11-06 16:34:25.428: ERROR/JavaBinder(66): !!! FAILED BINDER TRANSACTION !!!
11-06 16:34:25.428: ERROR/JavaBinder(66): !!! FAILED BINDER TRANSACTION !!!
11-06 16:34:25.518: INFO/ActivityManager(66): Process project.ubit (pid 296) has died.
11-06 16:34:25.518: INFO/WindowManager(66): WIN DEATH: Window{45032fc8 project.ubit/project.ubit.menu paused=false}
11-06 16:34:34.226: WARN/ActivityManager(66): Activity destroy timeout for HistoryRecord{450232b0 project.ubit/.menu}
  • 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-05-26T23:51:39+00:00Added an answer on May 26, 2026 at 11:51 pm

    Check that you have

    public void Crop_Method(View sender) {
    ...
    }
    

    in your code.

    I think you’ve misspelled the method name so it differs from what you have in onClick in your XML.

    The method also has to be public

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

Sidebar

Related Questions

I'm developing an Android application that makes a Query using Activity.managedQuery() , which takes
I am developing a web app (using rails) that I will be launching within
I'm developing a web app and currently using sql server 2008 for it. But,
I am developing an application that is using bluetooth to automatically connect to nearby
I am developing in app where I am using an activity in which I'm
i am developing one app i am using upload image in sdcard getting from
I am developing a Silverlight app using VS2008 Express. I have just implemented a
I am developing a web app using servlets and jsps. I have a question
I'm developing a WPF app using MVVM. Most of my views have only xaml
I've been developing a Facebook app using Google App Engine in Python and the

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.