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

Library Project not loaded when completed the ant build with the process #8

Open dora-babu opened 10 years ago

dora-babu commented 10 years ago

Hi Thanks for your ant build process.it is very much helpful to the large project(exceeds 65536 methods).but i got an issue while running the project, that is project launched successfully but my library project is not loaded properly.its getting error when accessing the library project.i have third party library project for swipe listview. its getting error when access the swipe list view view in xml. please help me for this issue.

i have mentioned the issues in below

Caused by: android.view.Inflate Exception: Binary XML file line #166: Error inflating class com.fortysevendeg.swipe list view.SwipeListView

Caused by: java.lang.NoClassDefFoundError: com.fortysevendeg.swipelistview.R$styleable

please help me thanks in advance