这是在Studio升级后发生的,在运行应用程序时Studio不会显示错误,并且Studio只会说Compilation failed; see the compiler error output for details.
然后你必须跑
./gradlew assembleDebug --stack trace
查看实际错误。
那么如何在不运行android studio 3.0中的命令./gradlew assembleDebug --stack trace
的情况下获取特定的编译错误?