• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps In-memory DEX loading function removed in Android 4.4

jrong1104

Lurker
Noticed in Android 4.4, Google removed one of internal functions in class, DexFile:

native private static int openDexFile(byte[] fileContents);

which is capable of performing loading dex from byte-array without going through reading the dex file on disk, which has proven to be very useful

Anybody knows why this happens or if there is any other alternatives. Hopefully Google will put it back in the future release.

Thanks.
 
Welcome to Android Forums. This thread was moved from Android Lounge to the forum where application development is discussed.

... Thom
 
Back
Top Bottom