Assigned
Status Update
Comments
bl...@google.com <bl...@google.com>
je...@google.com <je...@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.
vv...@gmail.com <vv...@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.
vv...@gmail.com <vv...@gmail.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...
vv...@gmail.com <vv...@gmail.com> #5
If you want to reproduce this issue, create a new empty application project with target sdk 35 and add org.lsposed.hiddenapibypass:hiddenapibypass:5.0
dependency.
Description
STEPS TO REPRODUCE:
1. aar!/AndroidManifest.xml
use this aar and build app.
use this new aar and build app, compared with step 1, the new apk has the following additional permissions:
more info:https://github.com/LSPosed/AndroidHiddenApiBypass/issues/53