mmin18 / Dex65536

Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
MIT License
351 stars 121 forks source link

Mention .so files in custom rule file #9

Open dora-babu opened 10 years ago

dora-babu commented 10 years ago

Hi,

I have some .so files to do database encryption in my project.when apply ant task with this custom rule i got an error like

No implementation found for native Lcom.......

java.lang.UnsatisfiedLinkError: Native method not found:

how can solve this issue.how do i specify the .so files in custom rules file.please advice me.

i am helpless..

Thanks in Advance