datalogic / android-samples-astudio

Sample apps for Datalogic Android SDK
9 stars 39 forks source link

Wrong value in uses-library #4

Closed SimoneTesta closed 5 years ago

SimoneTesta commented 5 years ago

In the BarcodeScannerHTML5 there is an error in the Manifest.xml. Instead of

<uses-library
            android:name="com.datalogic.device"
            android:required="true" />

there is

<uses-library
            android:name="com.datalogic.decode"
            android:required="true" />

Please update the manifest, otherwise the app won't be installed on the device because it can't find the necessary shared library.

mpennasilico commented 5 years ago

Hi Simone,

thank you for you feedback. We fixed that issue with the following commit: https://github.com/datalogic/android-samples-astudio/commit/997316138a77b0e7d2e6f1f2f9d2b7dede0c5e2f

Thanks, MP