GetuiLaboratory / react-native-getui

个推官方提供的推送SDK React Native 插件(支持 Android & iOS)

Home Page:http://docs.getui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

目标版本过低,V4依赖版本需要

tututututututu opened this issue · comments

commented

编译失败
Error:In FontFamilyFont, unable to find attribute android:font
Error:In FontFamilyFont, unable to find attribute android:fontVariationSettings
Error:In FontFamilyFont, unable to find attribute android:ttcIndex

原因是Android中的build.gradle依赖的compile 'com.android.support:support-v4:+'没有指定具体版本
另外 targetSdkVersion 22这个版本太低了,希望能修改这两个问题

谢谢建议

commented

hi 目前还是没有 修改,请问有什么考虑吗

你是改到什么版本的

commented

越新越好 我改到了26

compile 'com.android.support:support-v4:25+' 把官网的改到这个版本,我这边用没有什么问题了。

commented

最新的1.1.22 依然是compile 'com.android.support:support-v4:+' 并不是25+

npm的源已经是1.1.23了,你可能用的是taobao的源

commented

@monkeydbobo , thanks, you save my life