我正在尝试在我的应用程序中设置应用内结算功能.到目前为止,我遵循了该指南:
但是,当我指定“结算”权限时
LogCat中出现以下消息:
Unknown permission com.android.vending.BILLING in package org.noi.activity
每次我启动我的应用程序时.
就像我上面提到的,我在AndroidManifest.xml中注册了Billing权限,就像在tutorial中一样:
package="org.noivr.activity"
android:versionCode="1"
android:versionName="1.0">
...
> com.android.vending.billing
> com.android.vending.billing.util
> org.noi.activity
> org.noi.impl
> org.noi.const
开发者在尝试实现应用内购买功能时遇到困难,遇到LogCat中关于'com.android.vending.BILLING'未知权限的问题。文章详细探讨了在AndroidManifest.xml中正确配置Billing权限的步骤以及可能的解决方案。
1999

被折叠的 条评论
为什么被折叠?



