Skip to content

Instantly share code, notes, and snippets.

@draeton
Created June 28, 2019 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save draeton/741cd1fd2709813d8e5d00b5055fb3a0 to your computer and use it in GitHub Desktop.
Save draeton/741cd1fd2709813d8e5d00b5055fb3a0 to your computer and use it in GitHub Desktop.
:instabug-reactnative:generateDebugRFile
:instabug-reactnative:generateDebugSources
/Users/matthewcobbs/projects/2019/1212_tvi_what2watch_client/node_modules/instabug-reactnative/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java:2051: error: cannot find symbol
Instabug.setViewsAsPrivate(arrayOfViews);
^
symbol: method setViewsAsPrivate(View[])
location: class Instabug
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
:instabug-reactnative:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':instabug-reactnative: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. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 10s
307 actionable tasks: 282 executed, 25 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment