api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
<activity
android:name="com.chameleon.client.wxapi.WXEntryActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:exported="true"
android:taskAffinity="com.chameleon.client"
android:launchMode="singleTask">
</activity>
<queries>
<package android:name="com.tencent.mm" />
</queries>
能配置的都配置了,不知道还有什么原因,能够正常唤起微信支付,说明签名、包名都正确。