I uninstalled an app from emulator using the command adb -e uninstall my_package_name. The I got the following warning message. What is it?
WARNING: linker: libdvm.so has text relocations.This is wasting memory and is a security risk. Please fix.
I uninstalled an app from emulator using the command adb -e uninstall my_package_name. The I got the following warning message. What is it?
WARNING: linker: libdvm.so has text relocations.This is wasting memory and is a security risk. Please fix.