Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我有一个简单的android库。我可以使用 DexGuard 进行混淆处理。但现在我想使用 DexGuard 的本机库加密功能,而无需实际拥有 Android 应用程序。是否有可能做到这一点?
找到了解决方案
-injars ./libhello-jni.zip -injars ./myjar.jar -encryptnativelibraries lib/**/*.so
要点:
libhello-jni.zip
lib
*.so
myjar.jar
System.loadLibrary("hello-jni")