This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Execution failed for task ':react-native-fetch-blob:verifyReleaseResources'. #732
Open
Description
Hi all,
I have this problem on Android when trying to build release apk but working fine on debugging apk.
package.json:
"react-native": "^0.57.0",
"react-native-fetch-blob": "^0.10.8"
I m running gradlew assemlerelease get this error
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':react-native-fetch-blob:verifyReleaseResources'.
com.android.ide.common.process.ProcessException: Failed to execute aapt
(./android/build.gradle) :
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
supportLibVersion = "27.1.1"
}
Any ideas??
Metadata
Metadata
Assignees
Labels
No labels