TGD 2.6 attach failed

test App can not launch.
TGD 2.6 no try,only 1 time and finish,below is Status.
can setting TGD try 1 more time ???
or let me setting sth,thx anyway.

===========================================================================
Starting ADB server, please wait…
Scanning for devices…
Device Product Model: Nexus 9
Detected current device is running Android N
Located 32-bit driver libraries in /vendor/lib/egl/
Located 64-bit driver libraries in /vendor/lib64/egl/
Waiting for the device to become available
Checking If adbd has root permission
Waiting for the device to become available.
Rooted device
Setting SELinux policy to permissive.
SELinux policy successfully changed to permissive.
Querying instrumentation property.
Checking debugger status…
Host supports 32-bit graphics debugging
Host supports 64-bit graphics debugging
Graphics debugger is enabled.
Clearing legacy driver instrumentation properties
Toggling driver instrumentation.
Scan for devices complete.
ABI: arm64-v8a
Package name is incompatible. The wrap property name: wrap.com.AAAAAAAA.android.BBBBBB.CCCCCCCCCC is longer than 32 characters and the 32nd character is a ‘.’ Change the package name
Failed to clear wrapper property
Can’t find process
Scanning for attachable processes on Nexus 9 - HT4CFJTXXXXX…
Process scan complete.
No attachable processes found.

"Failed to clear wrapper property ",is reason for app can not be Launch ?

Hi Tuanzi,

“Package name is incompatible. The wrap property name: wrap.com.AAAAAAAA.android.BBBBBB.CCCCCCCCCC is longer than 32 characters and the 32nd character is a ‘.’ Change the package name
Failed to clear wrapper property”

The above is the reason of failure. The wrap property is truncated to 32 and the 32th character can’t be ‘.’ due to limit on Android. Would you be able to rename your APK name (like remove a “B”) to meet the property naming requirement?

Thanks,
Seth