react-native-dialogflow icon indicating copy to clipboard operation
react-native-dialogflow copied to clipboard

Problem creating signed apk

Open enrique26 opened this issue 5 years ago • 2 comments

Hi there: I got this error when i trying to build a signed apk

I already link the library on build.gradle and settings.gradle files

Does anyone have an idea of ​​what may be happening? What i missing?

error: failed linking references. FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':react-native-dialogflow:verifyReleaseResources'. com.android.ide.common.process.ProcessException: Failed to execute aapt

enrique26 avatar Feb 24 '19 21:02 enrique26

try to add --scan when you run gradle ./gradle assemblerelease --scan

eggybot avatar Mar 23 '19 21:03 eggybot

Has anyone got a solution for this? I also experience this error.

p4tric avatar Jul 25 '19 04:07 p4tric