Fixed
Status Update
Comments
hs...@google.com <hs...@google.com>
je...@google.com <je...@google.com>
xo...@google.com <xo...@google.com> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
we...@gmail.com <we...@gmail.com> #3
Well the error message is that it tried to configure jacoco task and failed, so it works for you because you disabled the feature.
So the error message is indicative of a bigger problem. Oviously, 8.2 is pretty old for us, not sure you are interested in trying 8.8.
The easiest would be to have a project reproducing the issue, if that's possible, we'll look into it.
Description
STEPS TO REPRODUCE:
1. Clone repo git clone --recursive
2. run gradle assembleLawnWithQuickstepGithubRelease
3. ERROR C:\Users\werdn\Documents\Android\lawnchair\systemUI\unfold\build\generated\aidl_source_output_dir\release\out\com\android\systemui\unfold\progress\IUnfoldAnimation.java:3: error: illegal unicode escape
* Using: C:\Users\werdn\AppData\Local\Android\Sdk\build-tools\35.0.0\aidl.exe -pC:\Users\werdn\AppData\Local\Android\Sdk\platforms\android-35\framework.aidl -oC:\Users\werdn\Documents\Android\lawnchair\systemUI\unfold\build\generated\aidl_source_output_dir\release\out -IC:\Users\werdn\Documents\Android\lawnchair\systemUI\unfold\src -IC:\Users\werdn\Documents\Android\lawnchair\systemUI\unfold\src\release\aidl -IC:\Users\werdn\.gradle\caches\8.12\transforms\c29b3bf6542f257fa8aa966dbe0c2bb9\transformed\core-1.15.0\aidl -IC:\Users\werdn\.gradle\caches\8.12\transforms\b9adf25b0412237d10a3f8bc54233e94\transformed\versionedparcelable-1.1.1\aidl -IC:\Users\werdn\Documents\Android\lawnchair\compatLib\build\intermediates\aidl_parcelable\release\compileReleaseAidl\out -dC:\Users\werdn\AppData\Local\Temp\aidl10669209435543826326.d C:\Users\werdn\Documents\Android\lawnchair\systemUI\unfold\src\com\android\systemui\unfold\progress\IUnfoldAnimation.aidl
^
------------------
IMPORTANT: Please read
all required information.
------------------
Studio Build:
Android Studio Ladybug Feature Drop | 2024.2.2
Build #AI-242.23726.103.2422.12816248, built on December 18, 2024
Runtime version: 21.0.4+-12508038-b607.1 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 16
Registry:
ide.experimental.ui=true
i18n.locale=
Non-Bundled Plugins:
com.github.copilot (1.5.30-242)
Version of Gradle Plugin: 8.8.0
Version of Gradle: 8.12
Version of Java: 17
OS: Windows 11