My app has crossed maximum limit of methods i.e. 65536 methods.
In my application I have used 16 jar files ans 4 library projects.
What I already done(which is not working):
- Common out all jars from my application and library projects.
- Kept a common android support library.
- Removed android dependencies.
- Used jars externally.
I don't want to create multiple apk for my application, is there any other idea achieving this.