I've developed a simple JarFileLoader using URLClassLoader. Now I would like it to reload new JAR files and free the old ones, but it seems URLClassLoader locks the JAR files and won't release them until the JVM is closed. I've read that, In Java 7, they're going to add the...
037 was needed to support the parts of the Java 8 subset that is supported in N. (independent APKs typically won't be built for 037 for a while because they will likely need to support M and earlier. but framework classes are free to use 037.) and, of course, dex2jar does fail ...