Running android ranging demo on emulator?

Is it possible to run an application that uses the Monitoring and Ranging SDK on an Android Studio emulator?

I am seeing in BluetoothScanner.class in the constructor,
this.adapter = ((BluetoothManager)context.getSystemService(“bluetooth”)).getAdapter(); is always returning null, so a nullexception is being thrown later in the class (in the start() method).

Thanks!

I’m guessing this is my issue?

Yes, this StackOverflow post sums up the problems.