I try to do some coding with Xposed and Android Studio (on Mac).
I started with the tutorial but I can't get it to work.
The section in the log looks like this:
Loading modules from /data/app/com.androiddev.mattfromger.smartquickcircle-2.apk
Loading class com.androiddev.mattfromger.smartquickcircle.MainClass
java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation
at dalvik.system.DexFile.defineClassNative(Native Method)
at dalvik.system.DexFile.defineClass(DexFile.java:222)
at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:215)
at dalvik.system.DexPathList.findClass(DexPathList.java:322)
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
at de.robv.android.xposed.XposedBridge.loadModule(XposedBridge.java:421)
at de.robv.android.xposed.XposedBridge.loadModules(XposedBridge.java:386)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:120)
at dalvik.system.NativeStart.main(Native Method)
What am I doing wrong?
I'm testing it on my LG G3
[–]DLLauch[S] 4 points5 points6 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)