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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:30:28+00:00 2026-05-22T12:30:28+00:00

I am running into a VerifyError after updating my Xoom to 3.1. Here is

  • 0

I am running into a VerifyError after updating my Xoom to 3.1. Here is the code that seems to be causing it.

public boolean goBack()
{
        if(_overlay == null || _pdfView == null) return false;

        _overlay.removeView(_pdfView);
        _overlay = null;
        _pdfView = null;

        return true;
}

Where _overlay is a FrameLayout and _pdfView is a class for rendering PDF documents that extends RelativeLayout. Here is the error that I get.

05-17 11:26:30.532: WARN/dalvikvm(14244): VFY: Ljava/lang/Object; is not instance of Landroid/view/View;
05-17 11:26:30.532: WARN/dalvikvm(14244): VFY: bad arg 1 (into Landroid/view/View;)
05-17 11:26:30.532: WARN/dalvikvm(14244): VFY:  rejecting call to Landroid/view/ViewGroup;.removeView (Landroid/view/View;)V
05-17 11:26:30.532: WARN/dalvikvm(14244): VFY:  rejecting opcode 0x6e at 0x000f
05-17 11:26:30.532: WARN/dalvikvm(14244): VFY:  rejected Lcom/bluediesel/shell/utils/JavaScriptInterface;.goBack ()Z
05-17 11:26:30.532: WARN/dalvikvm(14244): Verifier rejected class Lcom/bluediesel/shell/utils/JavaScriptInterface;
05-17 11:26:30.532: DEBUG/AndroidRuntime(14244): Shutting down VM
05-17 11:26:30.532: WARN/dalvikvm(14244): threadid=1: thread exiting with uncaught exception (group=0x401e2760)
...
05-17 11:26:30.542: ERROR/AndroidRuntime(14244): Caused by: java.lang.VerifyError: com.bluediesel.shell.utils.JavaScriptInterface
05-17 11:26:30.542: ERROR/AndroidRuntime(14244):     at com.bluediesel.shell.utils.BDWebViewClient.<init>(BDWebViewClient.java:15)
05-17 11:26:30.542: ERROR/AndroidRuntime(14244):     at com.bluediesel.shell.view.BDWebView.<init>(BDWebView.java:56)
05-17 11:26:30.542: ERROR/AndroidRuntime(14244):     at com.bluediesel.shell.view.BDWebView.<init>(BDWebView.java:42)
05-17 11:26:30.542: ERROR/AndroidRuntime(14244):     ... 24 more

If I comment out the _overlay.removeView(_pdfView); line it works fine. It’s like it doesn’t know that PdfView is a subclass of View. PdfView is in a library. Could that have anything to do with it?

  • 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-22T12:30:28+00:00Added an answer on May 22, 2026 at 12:30 pm

    Opcode 0x6e is “invoke-virtual”, used for method invocation. The message is being emitted by the code that validates the arguments being passed to the target method.

    “Ljava/lang/Object; is not instance of Landroid/view/View;” suggests to me that a couple of types got merged, and the verifier couldn’t find a common superclass below java.lang.Object. (If it were complaining that “PdfView is not an instance of View”, then I’d agree with your assessment that the VM didn’t understand the class relationships.)

    Can you paste in the disassembly of goBack()? If you run “dexdump -d” on the APK it lives in and search for “com.bluediesel.shell.utils.JavaScriptInterface.goBack” you should jump right to it. Just include the (20-ish?) lines of disassembled bytecode for the method.

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

Sidebar

Related Questions

Running into strange behaviour with flex 3.5. Here is a minimal code: build.xml target:
Im running into this error that I can't work out Im writing some code
Running into a major brick wall here. I have a database of data that
After running into the Yii asset engine I've read the official documentation (http://www.yiiframework.com/wiki/148/understanding-assets/). I
After running into some un-handled exceptions when using Response.Redirect() , I read it up,
I'm running into some problems with user-entered input that I want to send to
I am running into issues using ASIFormDataRequest . The request seems to be made
Running into a problem where on certain servers we get an error that the
Running into strangeness with get_payload: it seems to crap out when it sees an
I'm running into this strange issue. Basically I have a loop that loops forever,

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.