这是发生了什么事,但我不知道出了什么问题。任何可以帮助我的人都会感激不尽。
java.lang.NoSuchMethodError: No static method c(Ljava/lang/String;Ljava/lang/String;)I in class Landroid/util/Log; or its super classes (declaration of 'android.util.Log' appears in /system/framework/framework.jar:classes2.dex)
at android.support.multidex.MultiDex.isVMMultidexCapable(SourceFile:333)
at android.support.multidex.MultiDex.<clinit>(SourceFile:78)
at android.support.multidex.MultiDex.install(SourceFile)
at android.support.multidex.MultiDexApplication.attachBaseContext(SourceFile:39)
at android.app.Application.attach(Application.java:203)
at android.app.Instrumentation.newApplication(Instrumentation.java:1011)
at android.app.Instrumentation.newApplication(Instrumentation.java:995)
at android.app.LoadedApk.makeApplication(LoadedApk.java:806)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5786)
at android.app.ActivityThread.-wrap2(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1768)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6564)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1134)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:995)