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

BUILD FAILED #1

Closed dora-babu closed 10 years ago

dora-babu commented 10 years ago

Hi,

I have downloaded the project and followed all the steps you have mentioned. i have ant installed on my system.The project was building successfully if i used just "ant" command on the root directory of the project but i get the following error if i use "ant debug" command.

BUILD FAILED C:\Users\3124\Downloads\Reference_Materials\Dex65536-master\Dex65536\custom_rule s.xml:26: null returned: 1.

I dont have a clue as to what is going wrong. so can someone explain what had i done wrong.

marvinlix commented 10 years ago

just mkdir the assets dir.

mmin18 commented 10 years ago

@marvinlix is correct. and i just commit some code to fix that. now you can also "ant debug install run"