79144076

Date: 2024-10-31 09:14:53
Score: 0.5
Natty:
Report link

On my case, Gradle 8.4, AGP 8.3.0
I MUST make the 'Application.mk' ahead of 'Android.mk', like this

ndkBuild {
            path file('src/main/wrapper/jni/Application.mk')
            path file('src/main/wrapper/jni/Android.mk')
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tombear