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).

enter image description here

uncheck "use external build"

enter image description here

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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -