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

GFileUtils

herongZhang opened this issue · comments

编译失败提示Could not get unknown property 'GFileUtils' for project ':libapp2sys' of type org.gradle.api.Project.

在 WeChatNativeDepend.gradle 中添加
import org.gradle.util.GFileUtils;
试试看?

import代码已合入