-
Notifications
You must be signed in to change notification settings - Fork 212
Instrumentation detected, disabling framework #48
Comments
Ignoring how Xposed will behave with instrumented apps, you can still disable this check (i already disabled it for Samsung Roms): https://github.com/rovo89/XposedBridge/blob/art/app/src/main/java/de/robv/android/xposed/XposedInit.java#L72 |
OK... I still haven't checked though why this was added initially. Also not sure if Dalvik is behaving in the same way. |
I will try disable it first. @rovo89 Maybe you can get some information from the error log |
The error in the log might be related to instrumentation, not sure. Anyway, Xposed version 33 is ancient, please try it with the latest version (XposedBridge 58, I think). |
@rovo89 |
The latest Xposed version for KitKat is included in the 2.7 installer: http://repo.xposed.info/module/de.robv.android.xposed.installer |
@rovo89 I use Android Studio to build https://github.com/rovo89/XposedBridge/tree/master . How to general APK? |
No idea, I always used Eclipse, but haven't built it since 2014. You'll probably better off trying it on Lollipop/Marshmallow first. You can then build the default ("art") branch using "./gradlew app:assembleRelease". |
@rovo89 I build
|
@rovo89 Can you help me to build an Send it to me in anyway, or my emali is |
Hi,
I'm trying to run Monkey along with Emma to measure code coverage of the test cases. Emma is a tool which instrument applications in order to compute coverage criteria. In addition, I developed an Xposed module to record path information in log file. However, when I run the instrumented app using Monkey, I get the following message in the log file:
Instrumentation detected, disabling framework for "name of the app".
Is there any way to resolve this issue? Is this something general that I'm missing? That Xposed does not work on instrumented apps?
I appreciate your helps
Environment
Android 5.1.0 on Genymotion with Xposed Framework 86
I also test it on Android 4.4 with both divilk and art with Xposed Framework 33
It show that a lot of
Class ref in pre-verified class resolved to unexpected implementation
Errorsuch as:
Regards,
Fashioncj
The text was updated successfully, but these errors were encountered: