Can someone help me?
https://stackoverflow.com/questions/77571683/problem-at-building-a-ble-scanner-in-android-studio-with-cordova-using-the-cord
Thx for every help i can get
#Problem at BLE-Project in Android Studio
6 messages · Page 1 of 1 (latest)
<script type="text/javascript" src="plugins/cordova-plugin-bluetoothle/www/bluetoothle.js"></script>
``` try moving that above the other ```html
<script type="text/javascript" src="js/device.js"></script>-->
<script type="text/javascript" src="js/index.js"></script>
it still gives the same error that bluetoothle is not defined?
yeah