Dependency include error Build.cs

Hello everyone!
I want to include OnlineSubsystemGooglePlay module to my project. but when I tried I receive compilation error.

Build.cs file:

public class Prj : ModuleRules
{
	public Prj(ReadOnlyTargetRules Target) : base(Target)
	{
		PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
		PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "OnlineSubsystemGooglePlay"});
        }
}

Compilation error that i get:

LNK1181	?? ??????? ??????? ??????? ???? "D:\Games\Epic Games\UE_4.20\Engine\Plugins\Online\Android\OnlineSubsystemGooglePlay\Intermediate\Build\Win64\UE4Editor\Development\OnlineSubsystemGooglePlay\UE4Editor-OnlineSubsystemGooglePlay.lib"	

Can someone explain what i missing? Thanks.

You actually have all those "?"s showing up?