Answers for "Skipping device 'emulator-5554' for 'app:debug': Unknown API Level"

0

Skipping device 'emulator-5554' for 'app:debug': Unknown API Level

Get the device id with
adb devices

and run
react-native run-android --deviceId id
Posted by: Guest on March-07-2021

Code answers related to "Skipping device 'emulator-5554' for 'app:debug': Unknown API Level"

Browse Popular Code Answers by Language