Developers are likely aware that you are limited to using 65k methods within a single dex file. Google’s solution to this is to allow you to enable multidexing as a part of your build configuration. However, doing so results in a hit on app startup performance. In a Medium post, a Groupon Android engineer points out how to address the issue by using the findLoadedClass method.
0 comments:
Post a Comment