Pay attention to the package name of the following category and you will find that it is a plug-in. It is called through dynamic loading. Maybe the time when you hook this class is when the main program starts. The plug-in has not been loaded yet. At this time, you will see this error when executing the hook. The class cannot be found. Change the hook time point to after loading the class.
Pay attention to the package name of the following category and you will find that it is a plug-in. It is called through dynamic loading.
Maybe the time when you hook this class is when the main program starts. The plug-in has not been loaded yet.
At this time, you will see this error when executing the hook. The class cannot be found.
Change the hook time point to after loading the class.
Owner, has this been solved? I also encountered this problem,