I am working on a project that contains more than 65 thousand methods, I have completed the Dex65536 process to create a project
In my project, it contains several .so files to encrypt the database in my project. Apply the ant task using this custom rule, I got an error like
Warning:No implementation found for native
Error: Lcom.......java.lang.UnsatisfiedLinkError: Native method not found:
how can I solve this problem and how to specify .so files in custom_rules.xml file .
please advise me.
Thanks in advance
source
share