VFY: unable to resolve virtual method : Landroid/support/v4/app/Fragment;.performConfigurationChange

使用24的build-tools和sdk编译的带有fragment的app在4.2.2上运行出现如此警告,开始还以为我设置有问题,最后新建立HelloFragment程序也会报此问题,应该是sdk或者build-tools出现了问题。目前还只是警告,先这样吧。

08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x09e7
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.onProvideReferrer, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 166: Landroid/app/Activity;.onProvideReferrer ()Landroid/net/Uri;
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x09fc
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/FragmentActivity;.doReallyStop (Z)V from Lcom/example/hellofragment/MainActivity;)
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.FragmentActivity.doReallyStop, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4334: Landroid/support/v4/app/FragmentActivity;.doReallyStop (Z)V
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a29
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.Context.getDrawable, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 470: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable;
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a73
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.showLockTaskEscapeMessage, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 231: Landroid/app/Activity;.showLockTaskEscapeMessage ()V
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a83
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.getContentTransitionManager, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 78: Landroid/app/Activity;.getContentTransitionManager ()Landroid/transition/TransitionManager;
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a89
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.isDeviceProtectedStorage, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 567: Landroid/content/ContextWrapper;.isDeviceProtectedStorage ()Z
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a9f
08-02 05:34:36.787 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.requestShowKeyboardShortcuts, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.787 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 194: Landroid/app/Activity;.requestShowKeyboardShortcuts ()V
08-02 05:34:36.787 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0aaa
08-02 05:34:36.787 2862-2862/com.example.hellofragment E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve check-cast 52 (Landroid/app/SharedElementCallback;) in Lcom/example/hellofragment/MainActivity;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x1f at 0x0b56
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.getReferrer, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 92: Landroid/app/Activity;.getReferrer ()Landroid/net/Uri;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0bca
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.getDataDir, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 542: Landroid/content/ContextWrapper;.getDataDir ()Ljava/io/File;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0bda
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.getSystemServiceName, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 561: Landroid/content/ContextWrapper;.getSystemServiceName (Ljava/lang/Class;)Ljava/lang/String;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c4d
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.isVoiceInteractionRoot, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 119: Landroid/app/Activity;.isVoiceInteractionRoot ()Z
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c75
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.isLocalVoiceInteractionSupported, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 116: Landroid/app/Activity;.isLocalVoiceInteractionSupported ()Z
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c8b
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.getExternalMediaDirs, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 549: Landroid/content/ContextWrapper;.getExternalMediaDirs ()[Ljava/io/File;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0d08
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.getMediaController, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 86: Landroid/app/Activity;.getMediaController ()Landroid/media/session/MediaController;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0d4c
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.getSearchEvent, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 95: Landroid/app/Activity;.getSearchEvent ()Landroid/view/SearchEvent;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0dcb
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/FragmentActivity;.onReallyStop ()V from Lcom/example/hellofragment/MainActivity;)
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.FragmentActivity.onReallyStop, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4372: Landroid/support/v4/app/FragmentActivity;.onReallyStop ()V
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0e0b
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.stopLocalVoiceInteraction, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 259: Landroid/app/Activity;.stopLocalVoiceInteraction ()V
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0e6a
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.isVoiceInteraction, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 118: Landroid/app/Activity;.isVoiceInteraction ()Z
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0e81
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.requestVisibleBehind, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 195: Landroid/app/Activity;.requestVisibleBehind (Z)Z
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0ee6
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.shouldShowRequestPermissionRationale, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 226: Landroid/app/Activity;.shouldShowRequestPermissionRationale (Ljava/lang/String;)Z
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0efb
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.onProvideAssistData, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 164: Landroid/app/Activity;.onProvideAssistData (Landroid/os/Bundle;)V
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f10
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.finishAndRemoveTask, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 68: Landroid/app/Activity;.finishAndRemoveTask ()V
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f38
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.Context.getColor, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 466: Landroid/content/Context;.getColor (I)I
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f8f
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.reportFullyDrawn, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 191: Landroid/app/Activity;.reportFullyDrawn ()V
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0fbd
08-02 05:34:36.797 2862-2862/com.example.hellofragment E/dalvikvm: Could not find class 'android.app.assist.AssistContent', referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve check-cast 56 (Landroid/app/assist/AssistContent;) in Lcom/example/hellofragment/MainActivity;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x1f at 0x1001
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.finishAfterTransition, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 67: Landroid/app/Activity;.finishAfterTransition ()V
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x1025
08-02 05:34:36.797 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.getContentScene, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.797 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 77: Landroid/app/Activity;.getContentScene ()Landroid/transition/Scene;
08-02 05:34:36.797 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x102b
08-02 05:34:36.808 2862-2862/com.example.hellofragment E/dalvikvm: Could not find class 'android.view.SearchEvent', referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve check-cast 2288 (Landroid/view/SearchEvent;) in Lcom/example/hellofragment/MainActivity;
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x1f at 0x1178
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: DexOpt: resolve class illegal access: Lcom/example/hellofragment/MainActivity; -> Landroid/support/v4/app/BaseFragmentActivityHoneycomb;
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.BaseFragmentActivityHoneycomb.onCreateView, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4093: Landroid/support/v4/app/BaseFragmentActivityHoneycomb;.onCreateView (Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x11a3
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.startLocalVoiceInteraction, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 252: Landroid/app/Activity;.startLocalVoiceInteraction (Landroid/os/Bundle;)V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x11ad
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.isInPictureInPictureMode, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 115: Landroid/app/Activity;.isInPictureInPictureMode ()Z
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x1218
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.startLockTask, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 253: Landroid/app/Activity;.startLockTask ()V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x12a8
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.checkSelfPermission, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 515: Landroid/content/ContextWrapper;.checkSelfPermission (Ljava/lang/String;)I
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x131b
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.setVrModeEnabled, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 225: Landroid/app/Activity;.setVrModeEnabled (ZLandroid/content/ComponentName;)V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x1382
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.onLocalVoiceInteractionStopped, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 153: Landroid/app/Activity;.onLocalVoiceInteractionStopped ()V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x13af
08-02 05:34:36.808 2862-2862/com.example.hellofragment E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve check-cast 235 (Landroid/os/PersistableBundle;) in Lcom/example/hellofragment/MainActivity;
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x1f at 0x1437
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: DexOpt: resolve class illegal access: Lcom/example/hellofragment/MainActivity; -> Landroid/support/v4/app/BaseFragmentActivityEclair;
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.BaseFragmentActivityEclair.onBackPressedNotHandled, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4088: Landroid/support/v4/app/BaseFragmentActivityEclair;.onBackPressedNotHandled ()V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x145e
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.getObbDirs, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 555: Landroid/content/ContextWrapper;.getObbDirs ()[Ljava/io/File;
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x1464
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.startPostponedEnterTransition, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 257: Landroid/app/Activity;.startPostponedEnterTransition ()V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x146a
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.ContextWrapper.getExternalCacheDirs, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 546: Landroid/content/ContextWrapper;.getExternalCacheDirs ()[Ljava/io/File;
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x14dc
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.onProvideKeyboardShortcuts, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 165: Landroid/app/Activity;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x14f2
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.app.Activity.onEnterAnimationComplete, referenced from method com.example.hellofragment.MainActivity.access$super
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 146: Landroid/app/Activity;.onEnterAnimationComplete ()V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x1535
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method android.support.v7.view.WindowCallbackWrapper.onProvideKeyboardShortcuts
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve interface method 20185: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve interface method 20187: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve interface method 20191: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 742: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
08-02 05:34:36.808 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType
08-02 05:34:36.808 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 764: Landroid/content/res/TypedArray;.getType (I)I
08-02 05:34:36.808 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6e at 0x0008
08-02 05:34:36.857 2862-2865/com.example.hellofragment D/dalvikvm: GC_CONCURRENT freed 208K, 11% free 2520K/2808K, paused 8ms+0ms, total 11ms
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.widget.LinearLayout$LayoutParams.<init>, referenced from method android.support.design.widget.AppBarLayout$LayoutParams.<init>
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve direct method 20716: Landroid/widget/LinearLayout$LayoutParams;.<init> (Landroid/widget/LinearLayout$LayoutParams;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x70 at 0x0000
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.widget.LinearLayout$LayoutParams.<init>, referenced from method android.support.design.widget.AppBarLayout$LayoutParams.<init>
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve direct method 20716: Landroid/widget/LinearLayout$LayoutParams;.<init> (Landroid/widget/LinearLayout$LayoutParams;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x70 at 0x0000
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performSaveInstanceState (Landroid/os/Bundle;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performSaveInstanceState, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4275: Landroid/support/v4/app/Fragment;.performSaveInstanceState (Landroid/os/Bundle;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0050
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.restoreViewState (Landroid/os/Bundle;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.restoreViewState, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4281: Landroid/support/v4/app/Fragment;.restoreViewState (Landroid/os/Bundle;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0063
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performCreateView (Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View; from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performCreateView, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4262: Landroid/support/v4/app/Fragment;.performCreateView (Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x008f
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performPrepareOptionsMenu (Landroid/view/Menu;)Z from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performPrepareOptionsMenu, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4272: Landroid/support/v4/app/Fragment;.performPrepareOptionsMenu (Landroid/view/Menu;)Z
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0098
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performStop ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performStop, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4277: Landroid/support/v4/app/Fragment;.performStop ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x00a2
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performCreateOptionsMenu (Landroid/view/Menu;Landroid/view/MenuInflater;)Z from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performCreateOptionsMenu, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4261: Landroid/support/v4/app/Fragment;.performCreateOptionsMenu (Landroid/view/Menu;Landroid/view/MenuInflater;)Z
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x00bc
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performOptionsItemSelected (Landroid/view/MenuItem;)Z from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performOptionsItemSelected, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4268: Landroid/support/v4/app/Fragment;.performOptionsItemSelected (Landroid/view/MenuItem;)Z
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0158
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performDetach ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performDetach, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4265: Landroid/support/v4/app/Fragment;.performDetach ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0182
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performMultiWindowModeChanged (Z)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performMultiWindowModeChanged, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4267: Landroid/support/v4/app/Fragment;.performMultiWindowModeChanged (Z)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x01e6
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performConfigurationChanged (Landroid/content/res/Configuration;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performConfigurationChanged, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4258: Landroid/support/v4/app/Fragment;.performConfigurationChanged (Landroid/content/res/Configuration;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x020b
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performResume ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performResume, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4274: Landroid/support/v4/app/Fragment;.performResume ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0258
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.setIndex (ILandroid/support/v4/app/Fragment;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.setIndex, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4290: Landroid/support/v4/app/Fragment;.setIndex (ILandroid/support/v4/app/Fragment;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x026a
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.restoreChildFragmentState (Landroid/os/Bundle;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.restoreChildFragmentState, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4280: Landroid/support/v4/app/Fragment;.restoreChildFragmentState (Landroid/os/Bundle;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0274
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.initState ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.initState, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4210: Landroid/support/v4/app/Fragment;.initState ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x028c
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.findFragmentByWho (Ljava/lang/String;)Landroid/support/v4/app/Fragment; from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.findFragmentByWho, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4179: Landroid/support/v4/app/Fragment;.findFragmentByWho (Ljava/lang/String;)Landroid/support/v4/app/Fragment;
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x029c
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performCreate (Landroid/os/Bundle;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performCreate, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4260: Landroid/support/v4/app/Fragment;.performCreate (Landroid/os/Bundle;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x02ec
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.instantiateChildFragmentManager ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.instantiateChildFragmentManager, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4213: Landroid/support/v4/app/Fragment;.instantiateChildFragmentManager ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x033c
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performPictureInPictureModeChanged (Z)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performPictureInPictureModeChanged, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4271: Landroid/support/v4/app/Fragment;.performPictureInPictureModeChanged (Z)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0356
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performActivityCreated (Landroid/os/Bundle;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performActivityCreated, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4257: Landroid/support/v4/app/Fragment;.performActivityCreated (Landroid/os/Bundle;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x036a
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.isInBackStack ()Z from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.isInBackStack, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4217: Landroid/support/v4/app/Fragment;.isInBackStack ()Z
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0392
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performPause ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performPause, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4270: Landroid/support/v4/app/Fragment;.performPause ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x03a3
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performReallyStop ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performReallyStop, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4273: Landroid/support/v4/app/Fragment;.performReallyStop ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0453
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performContextItemSelected (Landroid/view/MenuItem;)Z from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performContextItemSelected, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4259: Landroid/support/v4/app/Fragment;.performContextItemSelected (Landroid/view/MenuItem;)Z
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0463
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performDestroyView ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performDestroyView, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4264: Landroid/support/v4/app/Fragment;.performDestroyView ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x04fb
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performStart ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performStart, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4276: Landroid/support/v4/app/Fragment;.performStart ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0518
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performDestroy ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performDestroy, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4263: Landroid/support/v4/app/Fragment;.performDestroy ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x055b
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performLowMemory ()V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performLowMemory, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4266: Landroid/support/v4/app/Fragment;.performLowMemory ()V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x0561
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/Fragment;.performOptionsMenuClosed (Landroid/view/Menu;)V from Lcom/example/hellofragment/MainActivityFragment;)
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.support.v4.app.Fragment.performOptionsMenuClosed, referenced from method com.example.hellofragment.MainActivityFragment.access$super
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 4269: Landroid/support/v4/app/Fragment;.performOptionsMenuClosed (Landroid/view/Menu;)V
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6f at 0x05b6
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawable
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 705: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawableForDensity
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 707: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
08-02 05:34:36.867 2862-2862/com.example.hellofragment I/dalvikvm: Could not find method android.content.Context.getColorStateList, referenced from method android.support.v7.content.res.AppCompatResources.getColorStateList
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve virtual method 467: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006
08-02 05:34:36.867 2862-2862/com.example.hellofragment E/dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering
08-02 05:34:36.867 2862-2862/com.example.hellofragment W/dalvikvm: VFY: unable to resolve instanceof 154 (Landroid/graphics/drawable/RippleDrawable;) in Landroid/support/v7/widget/AppCompatImageHelper;
08-02 05:34:36.867 2862-2862/com.example.hellofragment D/dalvikvm: VFY: replacing opcode 0x20 at 0x000c
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

袁保康

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值