On Tuesday, July 9, 2013 9:00:41 AM UTC-7, Grigory F. wrote: > *DexClassLoader.loadClass* fails if param *dexPath* (of > *...newDexClassLoader(String > dexPath ...)* does not end with "*.jar*". > > Since when does file-extension matter on *nix systems?! Unbelievable... >
Since you get different behavior for ".dex" files vs. ".jar" files. Looks like the change went into 4.0 (ICS); see the implementation of DexPathList. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

