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
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.