且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在部署Android应用程序上libdvm.so安全警告注意

更新时间:2023-11-19 20:49:40

这是你自己的JNI库或本地可执行的解决办法是升级到NDK R8C或更高版本作为在讨论:

Were this your own jni library or native executable the solution would be to update to ndk r8c or later as discussed at:

mylib.so有文本重定位。这是浪费内存,是一个安全隐患。请修正

,以得到一种用于修复https://$c$c.google.com/p/android/issues/detail?id=23203

不过,因为这似乎是一个平台的库(特别是Dalvik虚拟机本身),而不是你的东西建,您可以做没有太多的东西。你可能会看到这对每一个活动过程(或者至少运行时)启动,直到你的设备制造商不更新。

However as this appears to be in a platform library (specifically the Dalvik VM itself) rather than something you built, there is not much of anything you can do. You'll likely see this on every Activity process (or at least runtime) startup, until your device manufacturer does an update.

这只是一个警告,但。