Assigned
Status Update
Comments
ha...@google.com <ha...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com>
je...@google.com <je...@google.com>
do...@traveloka.com <do...@traveloka.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.
mi...@google.com <mi...@google.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.
mi...@google.com <mi...@google.com> #4
We tried bumping things up to 8.8 but that causes other problems that we need to resolve first. There was a long list of issues with name spaces and what not due to clashes across different 3rd part integrations that we have in the app.
Unfortunately we haven't had the resources to keep things up to date for a long time - and now every possible problem is just piling up...
I'll get back once we manage to upgrade to 8.8...
Unfortunately we haven't had the resources to keep things up to date for a long time - and now every possible problem is just piling up...
I'll get back once we manage to upgrade to 8.8...
do...@traveloka.com <do...@traveloka.com> #5
tried with
"8.10.0-alpha05"
but still not resolved the issue.
Is this probably related to
Description
STEPS TO REPRODUCE:
1. open attachment, it contains un stripped library on x86 folder.
2. run ./gradlew app:assembleRelease, should be no warning when task :app:stripReleaseDebugSymbols running
3. Check output apk, open lib, open x86, total size should be less than 2mb
4. Change to agp 8.7.0 or above and repeat above steps. There will be warning:
Unable to strip the following libraries, packaging them as they are: libreactperfloggerjni.so, libreanimated.so, librninstance.so, librrc_image.so, libworklets.so.
5. lib/x86 size is above 10mb.
Do you know if there some workaround for this issue to make latest AGP strip my native libraries?
Thank you