We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something is wrong with the Spinner on EditView.
01-19 12:21:35.458 1517-1517/? I/dalvikvm: Could not find method android.widget.Spinner.getPopupContext, referenced from method android.support.v7.widget.AppCompatSpinner.getPopupContext 01-19 12:21:35.458 1517-1517/? W/dalvikvm: VFY: unable to resolve virtual method 18706: Landroid/widget/Spinner;.getPopupContext ()Landroid/content/Context; 01-19 12:21:35.458 1517-1517/? D/dalvikvm: VFY: replacing opcode 0x6f at 0x000b 01-19 12:21:35.458 1517-1517/? I/dalvikvm: Could not find method android.content.Context.getDrawable, referenced from method android.support.v7.widget.AppCompatSpinner.setPopupBackgroundResource 01-19 12:21:35.458 1517-1517/? W/dalvikvm: VFY: unable to resolve virtual method 253: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable; 01-19 12:21:35.458 1517-1517/? D/dalvikvm: VFY: replacing opcode 0x6e at 0x0004 01-19 12:21:35.458 1517-1517/? E/dalvikvm: Could not find class 'android.widget.ThemedSpinnerAdapter', referenced from method android.support.v7.widget.AppCompatSpinner$DropDownAdapter.<init> 01-19 12:21:35.458 1517-1517/? W/dalvikvm: VFY: unable to resolve instanceof 2184 (Landroid/widget/ThemedSpinnerAdapter;) in Landroid/support/v7/widget/AppCompatSpinner$DropDownAdapter; 01-19 12:21:35.458 1517-1517/? D/dalvikvm: VFY: replacing opcode 0x20 at 0x0016
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Something is wrong with the Spinner on EditView.
The text was updated successfully, but these errors were encountered: