Assigned
Status Update
Comments
bh...@gmail.com <bh...@gmail.com> #2
I just attached a minimal test application with duplicated and multiline traces. Provided are a couple of logcat files and screenshots.
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
Description
ERROR: build\intermediates\merged_java_res\UnObfuscated_singleJarDebug\feature-.jar: R8: com.android.tools.r8.ResourceException: com.android.tools.r8.internal.Tb: I/O exception while reading \build\intermediates\merged_java_res\UnObfuscated_singleJarDebug\feature-.jar': \build\intermediates\merged_java_res\UnObfuscated_singleJarDebug\feature-.jar
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':minifyUnObfuscated_singleJarDebugWithR8'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.R8Task$R8Runnable
> Compilation failed to complete, origin: \build\intermediates\merged_java_res\UnObfuscated_singleJarDebug\feature-.jar
buildTypes {
debug {
minifyEnabled true
}
}