Can we create multi dex support builds in Titanium android? -
i have been developing application in titanium android.somehow after updating titanium started getting 65k limit error , solution got : https://www.contentful.com/blog/2014/10/30/android-and-the-dex-64k-methods-limit/ how implement these in titanium ?
this question asked , issue created in 2014: https://jira.appcelerator.org/browse/timob-18082
however, not resolved. (under titanium sdk 5.1.1.ga)
i met problem today, , solution is:
remove unnecessary jar files!
those jar files referred java class, has huge methods ( more 1k) not used @ run time, removing them not cause app crash nor throw exceptions.
this not final solution, kinda of trick. whatever, works me.
Comments
Post a Comment