I am trying to create a pipeline for react native mobile application. I have created task group with npm custom task and the command is run android.
While running pipeline in this task is failing continuously. As per the error message:
Execution failed for task com.android.builder.testing.api.DeviceException: No connected devices!
Where is the issue? or what is the command to build android apk in react application?
