<p dir="ltr">Hi Dave,</p>
<p dir="ltr">In such a case, the reason for the loader error can usually be found earlier in the logcat output. My first guess is that the app uses native code. If you just convert Jimple files back to Dex, you are missing all elements that are non-Dalvik code. Double-check that all additional resources and native libraries are indeed present in the new APK.</p>
<p dir="ltr">Best regards,<br>
Steven</p>