Tencent / Hardcoder

Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the hardware resource of system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

通过aar引入依赖失败

liqianjiang opened this issue · comments

Hardcoder的测试工程是源码依赖的,可以正常运行;但是修改成aar依赖报找不到依赖的错误:
ERROR: Failed to resolve: com.tencent.mm.hardcoder:app2sys:1.0.0
Show in Project Structure dialog
Affected Modules: testapp

查看一下本地有这个aar吗,testapp的文档里面有详细说明

查看一下本地有这个aar吗,testapp的文档里面有详细说明

我也遇到了这个问题,本地确实没有拉下来,看起来是需要额外配置仓库。这个sdk上传到哪个仓库了呀