android textappearance 只显示一行,android - 检索项目的父项时出错:找不到与给定名称匹配的资源'android:TextAppearance.Material.Widg...

有趣的事情(和差异)是 - 我们的应用程序是5个月的生产,我们已经制作了数百个构建和APK到目前为止。 我们没有更改一行代码一周(也没有任何库版本),并且构建突然停止处理这个提到的错误。

Execution failed for task ':react-native-fbsdk:processReleaseResources'

X:\app\node_modules\react-native-fbsdk\android\build\intermediates\res\merged\release\values-v24\values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

X:\app\node_modules\react-native-fbsdk\android\build\intermediates\res\merged\release\values-v24\values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

X:\app\node_modules\react-native-fbsdk\android\build\intermediates\res\merged\release\values-v24\values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

X:\app\node_modules\react-native-fbsdk\android\build\intermediates\res\merged\release\values-v24\values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

使用这些版本的库(package.json):

...

"react": "15.3.2",

"react-native": "0.37.0",

...

"react-native-fbsdk": "~0.5.0",

...

我们的build.gradle(不是完整的),一直工作到现在:

compileSdkVersion 24

buildToolsVersion '24.0.3'

defaultConfig {

applicationId "xxx"

minSdkVersion 16

targetSdkVersion 23

versionCode 14

versionName "1.5.3"

ndk {

abiFilters "armeabi-v7a", "x86"

}

}

dependencies {

compile project(':react-native-device-info')

compile project(':react-native-maps')

compile project(':realm')

compile project(':react-native-vector-icons')

compile project(':react-native-image-picker')

compile project(':react-native-fs')

compile project(':react-native-share')

compile project(':react-native-push-notification')

compile project(':react-native-fbsdk')

compile('com.google.android.gms:play-services-gcm:9.4.0') {

force = true;

}

compile fileTree(include: ['*.jar'], dir: 'libs')

compile 'com.android.support:appcompat-v7:23.0.1'

compile 'com.facebook.react:react-native:+'

compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.3'

compile 'com.fasterxml.jackson.core:jackson-core:2.2.3'

compile 'com.fasterxml.jackson.core:jackson-databind:2.2.3'

}

有什么想法吗?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值