I want to convert android library i.e .aar file into cordova project to make it use in UI5. is it possible?
Or is there any other file that we can use to convert or use android file or library directly in UI5.
please Guide.
I want to convert android library i.e .aar file into cordova project to make it use in UI5. is it possible?
Or is there any other file that we can use to convert or use android file or library directly in UI5.
please Guide.
Hi Amit,
Is this for Printing or barcode scanning? Which devices are being used?
Thanks.
Points: 1
You voted ‘up’
Hi Darryn,
This is for barcode scanning, I am using RFD8500 device for barcode and RFD tags. with the help of libraries it is working amazing in Android native application. I want to use libraries in hybrid app development.
Points: 0
You voted ‘up’
You would need to wrap the aar file with a Cordova plugin and expose the native capabilities that way. I do not have any experience creating a Cordova plugin for the scanning aar file I am afraid but I suggest you start with the Cordova plugin development guide: Plugin Development Guide - Apache Cordova
Points: 1
You voted ‘up’
I got suggestion from one
<framework src="com.mcxiaoke.volley:library-aar:1.0.19" /> will this work or not.
Points: 0
You voted ‘up’