How to use global interposer?

Hi:
When I launch an apk, TGD give me this message “Package name is incompatible. The wrap property name: wrap.com.xxxxx… is longer than 32 characters and the 32nd character is a ‘.’ Change the package name or use the global interposer.”
Sine I can’t change the package name, here is my question: If I use the global interposer can fix the question, how can I do that?
Any clue will be appreciated.

global interposer only supported by Nexus9, if you are using device other than Nexus9, you can open terminal and run “adb shell LD_PRELOAD=/data/lib/libNvidia_gfx_debugger.so am start your_activity”, launch battle → menu → connect → attach tab, attach to your application and debug with it