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
when got hold of viewfindview , tried edit method, wan not able edit it. realised class , auto generated. supposed edit java files. respective java file code in methods here viewfinderview.java
- how use it?
- is there way hold of java files respect class files.
- 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.
- download repository (either via
git clone
or download zip github) - import project module in android studio (file -> import module or file -> new -> import module)
- edit source files
you need make changes files in imported module not ones found in build directory.
Comments
Post a Comment