Android Question Shameful question about "missing a library reference?"

TurboCCC

Member
Licensed User
Hey BA4 developers, Newbie question here.

Got the BLE2 Central example working.
Got the BLE2 Peripheral example working.

I'm trying to create a BLE_Peripheral class in the BLE2 Central project. When I declare "Private peripheral As BlePeripheral2", the compiler complains about BlePeripheral2 being an unknown type and the "Are you missing a library reference?" hint appears.

I have copied both BLE2 and BLE2Peripheral jar and xml in my additional libraries folder. Again, both examples are working fine by themselves. Help, please!

Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
you need to check the library in the library tab (right click and choose refreh to refresh the list after you copied the files to additional libs folder)

ble020.png
 
Upvote 0

TurboCCC

Member
Licensed User
Thanks. Just found the Library Manager under Windows! I needed to check "BLE2Peripheral". Arg! I didn't know this thing existed.

Resolved!
 
Upvote 0
Top