我在调试窗口中反复收到以下消息。该应用程序是通过手机运行的,并且按预期运行。但是消息说找不到方法。以后会出现问题吗?
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