Can't say this stacktrace seems helpful either. Bo...
# android
g
Can't say this stacktrace seems helpful either. Both gradle console and messages view show the same thing.
b
Have you tried disabling instant run? (if you have it turned on) You can also try adding
android.enableD8=false
to your gradle.properties... was having build issues with that a few days ago. I don't know if those will help, there is nothing really specific in those stacktraces to pinpoint the issue
If that doesn't help, ask on StackOverflow
g
Will try those options too
Thanks for trying
b
Good luck 👍
g
You should get full stracktrace, there is no real reson in this log. Maybe run with
--full-stacktrace
will help
g
Tried that. No extra data there. Still says
Compilation error. See log for more details
. The rest of the stacktrace got truncated with --full-stacktrace too. What log is this talking about?