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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -