0

After updating to the latest dependencies(Developer Preview 7)-"PeripheralManagerService can not resolved" Gradle

happy_coding
  • 1,064
  • 1
  • 13
  • 24

1 Answers1

1

Rather than using

PeripheralManagerService service = new PeripheralManagerService();

use PeripheralManager peripheralManager=PeripheralManager.getInstance();

Koustuv Ganguly
  • 897
  • 7
  • 21