michaellee8 / flutter_blue_beacon

A Flutter library that implements iBeacon and Eddystone scanning on top of flutter_blue.
https://pub.dartlang.org/packages/flutter_blue_beacon
MIT License
17 stars 12 forks source link

Error when using example code #8

Open nyiyui opened 4 years ago

nyiyui commented 4 years ago

I am making a BLE beacon finder app. I copied the example code for the "flutter_blue_beacon" package to test if it works. When I run it, I get the following error:

A problem was found with the configuration of task ':flutter_blue:generateDebugProto'.
> Directory 'C:\Users\***\AndroidStudioProjects\ble_app\build\flutter_blue\extracted-include-protos\main' specified for property '$3' does not exist.

Is this an error with the example code or the package?

Thank you in advance.

AlirezaDaryani commented 4 years ago

I have same problem...