Hi,
i have an android cordova app that uses emdk for barcode scanning and to set the device clock, everything worked fine till i had to recreate the "platforms -> android" folder of the cordova project and now i can't build the project 'cause i keep getting this errors:
error: cannot find symbol
EMDKResults results = profileManager.ProcessProfile("ProfileName", PROFILE_FLAG.Set, p);
symbol: variable PROFILE_FLAG
any help?
Thanks
ProfileManager cordova |
1 Replies
PROFILE_FLAG is defined as part of the EMDK SDK. There is no official EMDK SDK support for Cordova plugins and I am not aware of any that are public, at least not for the profile manager. I guess this was something that you developed internally? The platform logic is built from the Cordova plugin capabilities but is it possible that you had made some custom changes to the generated Android platform code?