Module AndroidAdvertising not found

Hi, I found the reason and the solution
my project is blueprint project, but I active ApexDestruction(plugin) this plugin have c++ script so he generate a new intermediary build. Cs he overrides the old setting for Module AndroidAdvertising
so the solution is simple first navigate to your plugin source like this

D:\UE_4.24\Engine\Plugins\Runtime\ApexDestruction\Source\ApexDestruction

open ApexDestruction.Build.cs

and change privetDependencyModuleNames to PublicDependencyModuleNames and add your module like this