rovo89 / XposedBridge

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

LoadPackageParam parameter is null #268

Open vingo555 opened 5 years ago

vingo555 commented 5 years ago

I am newbie to xpose framework. I write one simple class to hook some other application. I install my programe(apk) and the target programe(to hook) inside virtual xpose. (VXP).

  1. handleLoadPackage the function is called several times. I think it is normal and correct according to other reply.
  2. while i found the parameter 'LoadPackageParam' is null. so i can't access the 'processName', 'packageName' inside LoadPackageParam object.

Any others have the same issue before ?

kangear commented 5 years ago

try to disable [instant run]

palewithout commented 4 years ago

try to disable [instant run]

but there is no [instant run] in Android Studio 4.0, the problem is still exist...