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

Search results

  1. J

    Apps In-memory DEX loading function removed in Android 4.4

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