Android MissingFormatArgumentException错误

时间:2017-01-26 08:34:19

标签: android

在一些调试应用程序之后没有对源代码进行任何更改我得到了这个错误:

Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:compileDebugSources, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources]
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> java.util.MissingFormatArgumentException: Format specifier '%1s'
Information:BUILD FAILED
Information:Total time: 4.169 secs
Information:1 error
Information:0 warnings
Information:See complete output in console

我没有

  1. 我所有源代码的String.format
  2. string.xml上的格式化字符串
  3. 清除项目后,重新启动ADB,重新启动pc问题不要解决。

    我想知道什么是问题,因为在日志中我没有任何类名或某些导致此错误的描述

    enter image description here

0 个答案:

没有答案