rhomobile / rhodes-system-api-samples

Samples of rhodes features
http://docs.rhomobile.com/rhodes/device-caps
118 stars 60 forks source link

RhoMobile | Barcode Error: uninitialized constant Rho::Barcode #10

Open binhlt7 opened 4 years ago

binhlt7 commented 4 years ago

I have a project in Rhomobile v5.5.0.62 and try to use Barcode API. But I got this error

Error: uninitialized constant Rho::Barcode

Below is my build.yml

android: manifest_template: "AndroidManifest.erb" version: "9.0.0" android_title: 0 extensions:

  • coreapi
  • barcode

Could some one please help me why I got this error :(