tmurakami / dexopener

An Android library that provides the ability to mock your final classes on Android devices.
Apache License 2.0
113 stars 4 forks source link

dalvik.system.DexFile has been deprecated #9

Open tmurakami opened 7 years ago

tmurakami commented 7 years ago

Unfortunately, dalvik.system.DexFile has been deprecated in Android O. So the current implementation might not work in the future...

We have to take a careful look at the libcore repository. https://android.googlesource.com/platform/libcore/