AndroidSmoothBluetooth icon indicating copy to clipboard operation
AndroidSmoothBluetooth copied to clipboard

ERROR: method adapter in class Builder cannot be applied to given types

Open Shin2D opened this issue 9 years ago • 2 comments

Error:(223, 21) error: method adapter in class Builder cannot be applied to given types; required: ListAdapter,ListCallback found: DevicesAdapter reason: actual and formal argument lists differ in length

Shin2D avatar Sep 09 '15 14:09 Shin2D

Same issue.

mpvasilis avatar Jul 14 '16 09:07 mpvasilis

You can pass nullas ListCallback method, .adapter(new DevicesAdapter(MainActivity.this, deviceList), null) and it'll be ok.

mdtanrikulu avatar Aug 22 '16 20:08 mdtanrikulu