I have integrated dexguard in my android application. Everything is working fine.
I have also encrypted the native libraries using dexguard. The problem here is when I apply dexguard it takes few seconds to load the native library whereas without dexguard it loads immediately. If I remove -encryptnativelibraries
from the dexguard properties file, then it loads immediately.
I guess decrytping the .so file in run-time is taking few seconds? Or should it not take this long?