android - Error in react-native-i18n while generate apk from react-native in Jenkins -


i have error:

:react-native-i18n:processreleaseresources failed  failure: build failed exception.  * went wrong: execution failed task ':react-native-i18n:processreleaseresources'. > com.android.ide.common.process.processexception: failed execute aapt 

when want generate application react-native use jenkinsfile script.

dir('src/mobile/android'){ sh 'chmod +x ./gradlew' sh 'android_home=/home/user/android ./gradlew assembledefault' archive '*/build/outputs/apk/*.apk' 

i can run application in local environment server jenkins can't build app. idea how solve problem?


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -