Android Unable to access java files in library -


after lot of struggle , research writing help. being new in android , java literally spent few days. sure missing silly need insight.

i using android studio , have added zxing qr scanner in project. want edit few methods in library customisation. have added library via gradle. library have used https://github.com/dm77/barcodescanner.

i have followed basic instructions , added library via gradle. integration successful. want customise ui. got hold of library here zxingscanner path

when got hold of viewfindview , tried edit method, wan not able edit it. realised class , auto generated. supposed edit java files. viewfinderview.class respective java file code in methods here viewfinderview.java

  1. how use it?
  2. is there way hold of java files respect class files.
  3. how can edit files can customise them?

i think above questions kind of same. do? happy provide more information.

greatly appreciate time. in advance.

i have added library via gradle.

that problem. in order add library project have import module instead.

  1. download repository (either via git clone or download zip github)
  2. import project module in android studio (file -> import module or file -> new -> import module)
  3. edit source files

you need make changes files in imported module not ones found in build directory.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -