2、查询用户信息 文档:https://developer.github.com/v3/users/ 调用:https://api.github.com/users/2tu 发现并没有想要的email,提示如下: Note: The returned email is the user’s publicly visible email address (or null if the user has not specified a public email address in their profile). The publicly visible email address only displays for authenticated API users. 只能显示用户自己的email,虽然可以通过爬虫直接爬取,但是不正当,该想法搁置
在gradle.properties中添加“android.useDeprecatedNdk=true”,否则会报 ”Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin.“