XposedBridge icon indicating copy to clipboard operation
XposedBridge copied to clipboard

NoClassDefFoundError: XposedBridge in app

Open MPeti1 opened this issue 6 years ago • 1 comments

Hi! I wanted to call XposedBridge.getXposedVersion() to check what version is installed, and I got this exception: java.lang.NoClassDefFoundError: Failed resolution of: Lde/robv/android/xposed/XposedBridge;

But if I stop at a breakpoint, open the Evaluate Expression dialog and write XposedBridge.getXposedVersion(), I'll get 87 and no exception.

What is happening? Should I call XposedBridge only from classes that are loaded by Xposed?

MPeti1 avatar Jul 16 '18 21:07 MPeti1

我猜应该是刷入,手机的XposedBridge.jar 里面没有这个类,你可以看看呢 关注公众号:大数据看世界 回复:Xposed 得到更多Xposed资料

supperlitt avatar Jul 10 '20 14:07 supperlitt