react-native-scan-doc icon indicating copy to clipboard operation
react-native-scan-doc copied to clipboard

Can't build example

Open GeorgS opened this issue 8 years ago • 2 comments
trafficstars

I've tried to build the example, but get the following build error:

/Users/georg/Downloads/react-native-scan-doc/example/android/app/src/main/java/com/example/MainApplication.java:57: error: cannot find symbol
        scanDocPackage.onActivityCreated(myactivity);
                      ^
  symbol:   method onActivityCreated(Activity)
  location: variable scanDocPackage of type RNScanDocPackage
1 error
:app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

GeorgS avatar Aug 24 '17 17:08 GeorgS

Hi, @GeorgS Could you review the link I posted in my answer on another issue first and see if you could get it to work? Thanks.

https://github.com/beast/react-native-scan-doc/issues/2

beast avatar Aug 28 '17 07:08 beast

@GeorgS Can you get it to work? I really need this library. Thanks.

ducpt2 avatar Oct 21 '17 14:10 ducpt2