gradle - Android Studio: Where is the Compiler Error Output Window? -
when 'run' project in android studio, in 'messages' window, get:
gradle: failure: build failed exception. * went wrong: execution failed task ':play01:compiledebug'. > compilation failed; see compiler error output details. * try: run --stacktrace option stack trace. run --info or --debug option more log output.
it says > compilation failed; see compiler error output details.
"compiler error output"? and/or how run --stacktrace
option?
one thing can deactivate external build. click on "compiler settings icon" in "messages make" panel appears when have error. can open compiler settings going file -> settings -> compiler. (thanx @maxgalbu tip).
uncheck "use external build"
and see errors in console
edit: after returning "internal build" again may errors, can solve them way: android studio: disabling "external build" display error output create duplicate class errors
Comments
Post a Comment