79516315

Date: 2025-03-18 04:45:10
Score: 0.5
Natty:
Report link

For me, I upgraded my gradle tools to 8, and adding the following configuration in modules's build.gradle resolved this issue(inside 'android' block):

buildFeatures {
        aidl = true
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yuan