Studio Studio Compiler Error

I tried to compile my project with Android Studio, but if I compile the application, this error will appear:

Gradle: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':LehrerOrganizerPro:compileDebug'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

What do I need to do to compile my applications using Android Studio?

+4
source share

Source: https://habr.com/ru/post/1481742/


All Articles