Android Question Connect to External Service via "*.aidl" files

TheMightySwe

Active Member
Licensed User
Longtime User
Hi all,


I have a huge problem.

I have to connect to an external service that is installed via an .apk on the device.

The instructions are the following.

Use PclService.apk

1. .Create a package com.ingenico.pclservice in the src/ directory of your project
2. Copy the file %Add-on_Dir%\Android\SDK\IPclService.aidl to the previously created package to be able to use the PclService features
3. Copy the files TransactionIn.aidl and TransactionOut.aidl from the directory %Add-on_Dir%\Android\SDK\ to the previously created package
4. Add %Add-on_Dir%\Android\SDK\Transaction.jar in the Java Build Path as an external library

That is the instructions for java, how do I do that in B4A?

Is it even possible to import / use those aidl files in some way in B4A?
 
Top