Fixed
Status Update
Comments
gm...@gmail.com <gm...@gmail.com> #2
Reproducible with Android Studio 3.5.1 on Mac OS. Stack trace attached.
BTW, how to get similar stack trace in AS 3.6? By default it is not shown, and link to rerun task with --stacktrace flag does not reproduce the issue (probably because this command does not include running/profiling the app).
BTW, how to get similar stack trace in AS 3.6? By default it is not shown, and link to rerun task with --stacktrace flag does not reproduce the issue (probably because this command does not include running/profiling the app).
uc...@google.com <uc...@google.com>
uc...@google.com <uc...@google.com>
sh...@google.com <sh...@google.com>
sh...@google.com <sh...@google.com>
sh...@google.com <sh...@google.com> #3
gm...@gmail.com <gm...@gmail.com> #4
Indeed, it works in AS 4.1 Beta 4. Thanks for fixing!
sh...@google.com <sh...@google.com> #5
Thank you for the verifying the fix. Please continue reporting issues like this to us in the future. It's extremely helpful to improve the quality of our product.
Description
Build #AI-192.6603.28.36.5916306, built on October 3, 2019
Runtime version: 1.8.0_212-release-1586-b4-5784211 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-66-generic
Steps to Reproduce:
1. Import attached project (empty project with Gson dependency added)
2. Enable advanced profiling in Run -> Edit configurations -> App -> Profiling
3. Run project on device or emulator with API 25 or below
Build fails with following message:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithProfilers-transformForDebug'.
> java.lang.IllegalArgumentException (no error message)