TIPS

The apk compiled by android studio by default should be 32-bit, so the so library it uses is also 32-bit by default.

Add a line of code below gradle.properties:

Android.useDeprecatedNdk=true
Make it adaptive to the running platform.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324962629&siteId=291194637