【发布时间】:2017-02-22 16:38:16
【问题描述】:
我一直在尝试将 Google 许可验证检查 (https://developer.android.com/google/play/licensing/setting-up.html) 附加到我使用 Appcelerator 制作的应用程序中。我发现了一个 GIT 存储库 (https://github.com/eric-sofisoftwarellc/TiLicensing),它应该包含一个可以完成这项工作的模块,但那里没有 .ZIP 文件,因此说明不完整或不清楚。
我尝试将源文件添加到我的应用程序的“模块”文件夹中,但它显示此错误:
ti:/module.js:280: Uncaught Error: Requested module not found: com.sofisoftwarellc.licensechecker.
我还发现了这个问题 (How to add Google Play license into an android application created with Appcelerator?),它最终将我重定向到同一个存储库。
是否有人拥有 GIT 存储库的说明中指定的 .zip 文件,或者是否有人曾经让它工作?我尝试使用 Appcelerator Studio 构建模块,但没有成功。
有人可以帮我吗?提前致谢。
【问题讨论】:
标签: android google-play appcelerator licensing android-lvl