My take researching our troubled Android application that hit the limit earlier than our expectation.
This deck mainly explains two issue, Android number of method exceeds issue and LinearAlloc issue.
I created this deck to explain and summarise the technical aspect of this problem to the team with some potential remedies. This is by no mean definitive information. Those who stumble upon this issue and would like to tackle it, should use this deck in order to find out more up to date information on the issue.
One thing I didn't cover is how you count number of methods for each package. Details information can be found on my blog http://poohdish.ghost.io/managing-android-methods-limitation/