Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ScanCodeBar Plugin. I'm having compilation incompatibility.
-
How to define these parameters in Config.xml to implement the ScanCodeBar Plugin. I’m having compilation incompatibility.
<preference name=“android-minSdkVersion” value="??" />
<preference name=“android-maxSdkVersion” value="??" />
<preference name=“android-targetSdkVersion” value="??" />
-
It works for me:
in platform name=“android”…
<custom-preference name=“android-minSdkVersion” value=“21”/>
<custom-preference name=“android-maxSdkVersion” value=“31”/>
<preference name=“android-targetSdkVersion” value=“31”/>
-
@grusein mapquest directions said in ScanCodeBar Plugin. I'm having compilation incompatibility.:
It works for me:
in platform name=“android”…
<custom-preference name=“android-minSdkVersion” value=“21”/>
<custom-preference name=“android-maxSdkVersion” value=“31”/>
<preference name=“android-targetSdkVersion” value=“31”/>Thanks. It seems to be working now.