Nearby-Live icon indicating copy to clipboard operation
Nearby-Live copied to clipboard

[Android] Release APK Build failed ( backicon.png error)

Open N3TC4T opened this issue 7 years ago • 0 comments

Version

react-native-router-flux v3.38.1
react-native v0.44.0

Expected behaviour

Assembled a release: gradlew assembleRelease Expected it to build release .apk .

Actual behaviour

Build failed:
android\app\build\intermediates\res\merged\release\drawable-mdpi\node_modules_reactnativerouterflux_node_module
s_reactnativeexperimentalnavigation_assets_backicon.png: error: Invalid filename. Unable to add.

Solution :

Removing this files :

node_modules/react-native-router-flux/node_modules/react-native

node_modules/react-native-router-flux/node_modules/.bin/react-native

N3TC4T avatar May 05 '17 15:05 N3TC4T