每次我尝试在android studio模拟器上运行我的应用程序时都会出错

时间:2016-08-17 10:25:33

标签: java android android-studio android-studio-2.1

我将复制并粘贴来自消息gradle构建的消息。

Error:(14, 5) error: illegal start of expression

Error:(14, 12) error: illegal start of expression

Error:(14, 28) error: ';' expected

Error:(14, 35) error: ';' expected

Error:(18, 2) error: reached end of file while parsing

:app:compileDebugJavaWithJavac FAILED

Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
  

编译失败;有关详细信息,请参阅编译器错误输出。

Information:BUILD FAILED

Information:Total time: 15.311 secs

Information:6 errors 

Information:0 warnings

Information:See complete output in console 

2 个答案:

答案 0 :(得分:0)

清理或重建项目。这个错误可以解决。

答案 1 :(得分:0)

你使用什么IDE? 重新检查您的代码。必须有几行标有红叉或类似的标记。错误地说它缺少分号。您可能忘了放分号,或者它可能只是由括号/大括号结构错误引起的。只需检查上面和下面的标记线和几行。  如果你把代码放在这里,它可能会帮助其他人帮助你。