Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assembleRelease error! #50

Open
sharklet opened this issue Jun 7, 2019 · 2 comments
Open

assembleRelease error! #50

sharklet opened this issue Jun 7, 2019 · 2 comments

Comments

@sharklet
Copy link

sharklet commented Jun 7, 2019

Execution failed for task ':react-native-smart-barcode:verifyReleaseResources'.

java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.

@lrxiang222
Copy link

error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.

@lrxiang222
Copy link

lrxiang222 commented Sep 27, 2019

更改,buidl.gradle 的版本 到 28.0.0

compileSdkVersion = 28
buildToolsVersion = "28.0.0"

implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.facebook.react:react-native:+'
implementation 'com.google.zxing:core:3.2.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants