【发布时间】:2015-12-03 06:37:27
【问题描述】:
我在 Android Studio 的 Gradle 中收到此错误:
:cart:transformClassesWithInstantRunForDebug FAILED
Error:Execution failed for task :cart:transformClassesWithInstantRunForDebug'.>
java.lang.ClassNotFoundException: com.google.gsonhtcfix.JsonSyntaxException`
我无法在 Android Studio 中运行/执行我的项目。我该如何解决这个问题?
【问题讨论】:
-
对于一些我不再使用的类,我得到了相同的 ClassNotFoundException。
标签: android android-studio gson android-json