Issue
We have the following warning message in Android Studio 3.4.1:
WARNING: The following project options are deprecated and have been removed:
android.useDeprecatedNdk
NdkCompile is no longer supported
Affected Modules: module1, module2, moduleN
We don't use useDeprecatedNdk or NdkCompile or use NDK at all directly ourselves, so I assume this is coming from some library we have included. How can I track down which dependency is causing this warning message?
Solution
I found the culprit: In ~/.gradle/gradle.properties it said android.useDeprecatedNdk=true.
Answered By - Roy Solberg
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.