I just pulled the code from a fellow developer and get the following error :
I remember Android studio used to be more verbose about the type of problem, but the latest version just give me that generic error.
How can I get more details about this compiling error ?
go to Settings > Build, Execution and Deployment > compiler.
Go to the Build and then on the left side of the window you will find your Messages icon.
There's "Messages" tab in Android Studio. Complilation errors and warning go there. You can select it by pressing alt+0 (⌘+0 in OS X - a shortcut to View|Tool Windows|Messages).
The Android build system compiles app resources and source code, and packages them into APKs or Android App Bundles that you can test, deploy, sign, and distribute.
Type below command in the terminal of Android Studio
./gradlew build --stacktrace
Check stack trace you will find the error
There is a toggle view button into the Build view to see the details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With