Home > Net >  GradleException Log location
GradleException Log location

Time:08-18

I need some help finding the Gradle build logs in Android Studio. I keep running into compatibility issues when adding new Android features to my apps. My latest one was adding Room db. My app compiles fine. I add the new dependencies in build.gradle and the app compiles fine again. As soon as I start trying to use Room I try to build my app it fails. I end up spending hours trying to troubleshoot my build.gradle files to find my errors. (This has happened a few times) The Error I got this time is:

org.gradle.api.GradleException: Compilation error. See log for more details.

I can't find where the log is. I am using Android Studio Chipmunk in Fedora 36. I saw an old posts that showed a buttons and links to the logs. The posts were older and the users were on Windows and Mac-OS. I don't seem to have them in the Linux version. I can't be the only one running into this. This seems like such a novice issue but I have been looking for a while and can't find the answer. I don't know how to effectively troubleshoot this if I can't see the detailed errors. Any help is greatly appreciated.

CodePudding user response:

Try this thread: Menu option Pop up windowlog file

  • Related