How to Fix ‘no permissions (user in plugdev group; are your udev rules wrong?)’ Error in Ubuntu

By Rashid •  March 13th, 2019 • 

Sometimes, even after enabling developer options in your Android device, you would be unable to run the React Native project in it due to the following ADB error:

no permissions (user in plugdev group; are your udev rules wrong?); see [http://developer.android.com/tools/device.html]

This ADB error is common- if your operating system is Ubuntu. You can see this error when you run abd devices command in terminal. Please do as follow to fix this React Native- ADB error.

Rashid

Keep Reading