如何将Google Play许可证添加到使用Appcelerator创建的Android应用程序中?

时间:2016-01-27 11:33:59

标签: android google-play titanium appcelerator

我使用Appcelerator创建了一个Android支付应用程序,我想在google play中发布。我需要添加Google Play许可证。我已阅读http://developer.android.com/intl/es/google/play/licensing/index.html中的信息,但我不知道如何为Titanium Studio应用程序调整此信息。 我尝试使用此模块https://github.com/eric-sofisoftwarellc/TiLicensing,但我没有运气,它显示错误:未找到请求的模块:com.sofisoftwarellc.licensing 你知道一个模块吗?有谁知道如何将它集成到appcelerator应用程序? 谢谢。

1 个答案:

答案 0 :(得分:1)

您可以找到如何将应用程序添加到Google Play there

要允许许可,请使用

<uses-permission android:name="com.android.vending.CHECK_LICENSE" />

Licensing module for Appcelerator

避免

Error: Requested module not found: com.sofisoftwarellc.licensing

在安装

之前,尝试清理构建应用程序并从设备(模拟器)中删除应用程序