I'm trying to use an AAR lib inside B4A.
I've tried to make a wrapper in Eclipse (using AAR) or use JavaObject directly but the bad result is the same.
After a couple of hours, I've discovered (inside the log) this text:
Unable to start service Intent { cmp=b4a.example/eu.coges.btdatakeymodule.Wrapper.BluetoothLeService } U=0: not found
In the AAR manifest however the service is described under the <application> tag.
<service
android:name="eu.coges.btdatakeymodule.Wrapper.BluetoothLeService"
android:enabled="true" />
I've seen that the AAR Manifest.XML should be added by B4A, I have to add the service myself inside the manifest? How?
Or I've to point in another direction?
Thank you very much.
I've tried to make a wrapper in Eclipse (using AAR) or use JavaObject directly but the bad result is the same.
After a couple of hours, I've discovered (inside the log) this text:
Unable to start service Intent { cmp=b4a.example/eu.coges.btdatakeymodule.Wrapper.BluetoothLeService } U=0: not found
In the AAR manifest however the service is described under the <application> tag.
<service
android:name="eu.coges.btdatakeymodule.Wrapper.BluetoothLeService"
android:enabled="true" />
I've seen that the AAR Manifest.XML should be added by B4A, I have to add the service myself inside the manifest? How?
Or I've to point in another direction?
Thank you very much.
Last edited: