I从记帐库3.0开始
发布于 2020-12-06 17:49:46
我通过将我的邮件添加到许可证测试解决了这个问题
发布于 2021-10-28 08:02:32
我的项目很老了,它建立在蚂蚁工具的基础上,我发现ant工具不合并AndroidManifest.xml,所以我通过添加来解决这个问题:
<meta-data
android:name="com.google.android.play.billingclient.version"
android:value="4.0.0" />
<activity
android:name="com.android.billingclient.api.ProxyBillingActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />https://stackoverflow.com/questions/63653863
复制相似问题