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 6892919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:35:38+00:00 2026-05-27T06:35:38+00:00

I created an App for Android and it is running on android market successfully.

  • 0

I created an App for Android and it is running on android market successfully. Now I am trying to get it live on Amazon App store so I submitted my app to amazon and they start reviewing it. And after some time they said that your app is crashing at a specific point 5 out of 5 times.

Here is the crash report:

11-16 17:47:49.460: E/AndroidRuntime(9627): FATAL EXCEPTION: main
11-16 17:47:49.460: E/AndroidRuntime(9627): java.lang.VerifyError: [package_name].manager.DestinationViewManger
11-16 17:47:49.460: E/AndroidRuntime(9627):  at [package_name].activity.SearchScreenActivity.performClickFunctionality(SearchScreenActivity.java)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at [package_name].activity.SearchScreenActivity.access$0(SearchScreenActivity.java)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at [package_name].activity.SearchScreenActivity$1.onClick(SearchScreenActivity.java)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at android.view.View.performClick(View.java:2532)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at android.view.View$PerformClick.run(View.java:9277)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at android.os.Handler.handleCallback(Handler.java:587)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at android.os.Handler.dispatchMessage(Handler.java:92)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at android.os.Looper.loop(Looper.java:143)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at android.app.ActivityThread.main(ActivityThread.java:4196)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at java.lang.reflect.Method.invokeNative(Native Method)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at java.lang.reflect.Method.invoke(Method.java:507)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
11-16 17:47:49.460: E/AndroidRuntime(9627):  at dalvik.system.NativeStart.main(Native Method)
11-16 17:47:49.470: W/ActivityManager(1419):   Force finishing activity [package_name]/.activity.HomeScreenRepairActivity

From this crash log I am sure there will be a problem with DestinationViewManger class and unable to solve that crash.

This is code written in the DestinationViewManager class:

public class DestinationViewManger {
    
    private static DestinationViewManger instance = null;
    private Boolean flag;
     
    private DestinationViewManger(){
        
    }
    
    public static DestinationViewManger getInstance() {
        if (instance == null) {
            instance = new DestinationViewManger();
        }
        return instance;
    }

    public Boolean getFlag() {
        return flag;
    }

    public void setFlag(Boolean flag) {
        this.flag = flag;
    }
    
}

Earlier the crash was not coming at my end but finally I found the crash on the binary that is given by the amazon-appstore team. Actually there is a 3 step process at amazon-appstore to upload the .apk file (I hope anybody know about this).

These steps are:

  1. upload unsigned binary then,
  2. download the processed binary from amazon and then,
  3. upload the signed binary.

Now when I install the signed .apk file, that I uploaded in step 3, on my phone it crashes. And if I sign binary that I uploaded in step 1 then it does not crashes.

Does anyone know why is this crash coming?

Is this crash occurring due to the processing of binary done by amazon-appstore?

  • 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-27T06:35:39+00:00Added an answer on May 27, 2026 at 6:35 am

    I had removed crash by changing the package name its crazy but it worked for me. Earlier the package name was [application_package_name].manager and i think amazon people also doing something with the same package name. So when i just randomly doing something to remove the crash and accidently changed the package name from manager to [application_package_name].searchmanager and it start working. And i was yepeeee….

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

Sidebar

Related Questions

I have created an app and it was running successfully till yesterday, by today
I am trying since 4 days to get a small app running. I am
I'm trying to get into Android app developing. My first problem is actually getting
I have created an App Widget for Android 1.5. It uses a TextView to
I created a native Android app that basically hosts a webView control. That webView
I have created a small and simple android app. I tried installing it on
I'm trying to create an app for Android that simply sends a command to
I have successfully created an app that reads from a bundled .plist file and
I've created one Android app with Phonegap. I want to hide default notification bar
I am trying to develop my first Android app through the ADT plugins for

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.