使用react-native-paytm时无法发布版本

时间:2018-07-13 06:13:23

标签: react-native react-native-android paytm

我正在使用react-native-paytm,并尝试使用./gradlew assembleRelease进行构建时出现此问题

失败:构建失败,并出现异常。

  • 出了什么问题: 任务':react-native-paytm:verifyReleaseResources'的执行失败。
      

    com.android.ide.common.process.ProcessException:无法执行aapt

我该如何解决?

1 个答案:

答案 0 :(得分:0)

使用以下更改更新android / app / build.gradle后解决:

  1. 编译“ com.android.support:appcompat-v7:27.1.0”
  2. compileSdkVersion 26
  3. buildToolsVersion“ 26.0.1”

并将以下内容添加到android / build.gradle

res = res.replace([False], ["F"])

参考:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'