Here, I have built the react native android
app using this documentation Doc
in jenkins
which was configured on ubuntu 16.04
(in virtual machine).
Here is the build command which I used to build the react native app(android) in Jenkins
cd $WORKSPACE && chmod -R 777 ./android && cd ./android && npm install && ./gradlew clean && ./gradlew assembleDebug
The build process end successfully creating an apk
file in the following path
build_release_v1/ws/android/app/build/outputs/apk/
Note build_release_v1
is the jenkins project name and ws
is for the workspace of it.
Though the apk
is created it comes up with following errors
What may be the case ....please help me with this ...Thanks in advance...