rovo89 / XposedBridge

The Java part of the Xposed framework.
3.86k stars 1.1k forks source link

How to force loading of modules with this error? #256

Closed beppe9000 closed 6 years ago

beppe9000 commented 6 years ago

01-18 13:58:18.377 I/Xposed ( 521): ----------------- 01-18 13:58:18.377 I/Xposed ( 521): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH 07-01 17:59:42.412 E/Xposed ( 521): Cannot load module: 07-01 17:59:42.412 E/Xposed ( 521): The Xposed API classes are compiled into the module's APK. 07-01 17:59:42.412 E/Xposed ( 521): This may cause strange issues and must be fixed by the module developer. 07-01 17:59:42.412 E/Xposed ( 521): For details, see: http://api.xposed.info/using.html 07-01 17:59:48.827 I/Xposed ( 522): -----------------

joserebelo commented 6 years ago

My guess is you just need to revert cbd033e7918a8f887b4e639ae5b0e6c479451914 and compile XposedBridge.

beppe9000 commented 6 years ago

indeed i hoped for a toggle in the settings. Since i do not want to build xposed from scratch i will be modifying the module. What do I need to do?

beppe9000 commented 6 years ago

Alright I resolved by editing the build.gradle file of the project and then recompiling. It accepted the new Xposed version too.

dependencies { provided 'de.robv.android.xposed:api:82' }