修改gradle里面编译版本信息后,报了这个错,根据网上的方法,关闭了 studio的 instant run功能,就可以运行了。
Execution failed for task ':app:transformClassesWithInstantRunForDebug'.
> Unexpected inputs: ImmutableJarInput
解决办法连接:https://blog.csdn.net/student9128/article/details/53026990
又找了一篇关于 instant run的文章:https://blog.csdn.net/guolin_blog/article/details/51271369