androidstudio打包。出现Could not find antifake-1.4.aar 错误

Cocos2dx 4.0 编译android包 报错 怎么解决 What went wrong:
Execution failed for task ‘::mergeReleaseAssets’.

Could not resolve all files for configuration ‘::releaseRuntimeClasspath’.
Failed to transform antifake-1.4.aar (com.snail:antifake:1.4) to match attributes {artifactType=android-assets, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
Could not find antifake-1.4.aar (com.snail:antifake:1.4).
Searched in the following locations:
https://jcenter.bintray.com/com/snail/antifake/1.4/antifake-1.4.aar
implementation ‘com.snail:antifake:1.4’

com.snail:antifake:1.4这个库不能使用。这块需要怎么解决。

import com.snail.antifake.jni.EmulatorDetectUtil; 无法使用