I am trying to run Detox test on the emulator. When I run "detox test --configuration android.emu.debug -l verbose
" it throwing error message as
"No instrumentation runner found on device emulator-5556 for package my.project.android.debug
at ADB.getInstrumentationRunner (../node_modules/detox/src/devices/android/ADB.js:219:54)"
Note : apk is getting install in the emulator but it is not launching the app.
Version details :
- Detox : v8.0.0
- node : v8.11.3
- npm : 5.6.0
- react-native-cli: 2.0.1
- react-native: 0.53.3
Just to update more,
When I run adb shell pm list instrumentation
I could not find my app instrumentation. However, the application is already installed in the emulator.