Is it still the case that Android never unloads classes?

后端 未结 1 1788
难免孤独
难免孤独 2020-12-19 05:17

We have a large app that\'s always running into the dread method count limit. I\'ve been asked to come up with a way to let it do much more, including supporting plugins. Lo

相关标签:
1条回答
  • 2020-12-19 05:36

    The Dalvik VM still doesn't unload classes. The JNI Tips page is encouraging good behavior so your app doesn't break if the VM starts unloading classes someday.

    0 讨论(0)
提交回复
热议问题