android - Cannot add ActionBarSherlock lib -


i have apps including owngame, facebooksdk. built normally. after added actionbarsherlock, although haven't using function of abs error appears :

dex loader] unable execute dex: method id not in [0, 0xffff]: 65536 conversion dalvik format failed: unable execute dex: method id not in [0, 0xffff]: 65536 

the strange thing worked on last day. today open eclipse , start working, shit come. stuck here, bcz have use abs add different kinds of action bar abs support.

some people said have multiply dex file . think it's not mainstream , not programmatic. prefer use way.

can me solve ?

looks app has grown point there more 2**16 methods. check out more details. how solve issue dalvik compiler limitation on 64k methods?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -