Flutter Error: Error waiting for a debug connection: ProcessException: adb did not report forwardedport

Today I tried to set up my Android device to debug or view my application on the device.

One Error I faced is..

Error waiting for a debug connection: ProcessException: adb did not report forwardedport
  Command: C:\Users\nimis\AppData\Local\Android\sdk\platform-tools\adb.exe -s       
  HNB502PX forward tcp:0 tcp:37417
Error launching application on Lenovo L38111.

I can interpret this error is that it's telling to look the port. Maybe the port assigned to my device did not match to the default port number which flutter has assigned..

Running a command Flutter Doctor helped.