首页 > 解决方案 > 飞镖颤振:调试窗口消息?

问题描述

我在调试窗口中反复收到以下消息。该应用程序是从手机运行的,它按预期工作。但是消息说它找不到方法。以后会不会有问题?

I/dalvikvm(21495): Could not find method android.content.Context.createDeviceProtectedStorageContext, referenced from method android.support.v4.content.ContextCompat.createDeviceProtectedStorageContext
W/dalvikvm(21495): VFY: unable to resolve virtual method 625: Landroid/content/Context;.createDeviceProtectedStorageContext ()Landroid/content/Context;
D/dalvikvm(21495): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm(21495): Could not find method android.content.Context.getCodeCacheDir, referenced from method android.support.v4.content.ContextCompat.getCodeCacheDir
W/dalvikvm(21495): VFY: unable to resolve virtual method 631: Landroid/content/Context;.getCodeCacheDir ()Ljava/io/File;
D/dalvikvm(21495): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm(21495): Could not find method android.content.Context.getColor, referenced from method android.support.v4.content.ContextCompat.getColor
W/dalvikvm(21495): VFY: unable to resolve virtual method 632: Landroid/content/Context;.getColor (I)I
D/dalvikvm(21495): VFY: replacing opcode 0x6e at 0x0006

标签: dartflutter

解决方案


推荐阅读