Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Error After Updating API to use Version 1.3.0 #86

Closed
ankitNyuCS opened this issue Jun 20, 2017 · 2 comments
Closed

Getting Error After Updating API to use Version 1.3.0 #86

ankitNyuCS opened this issue Jun 20, 2017 · 2 comments

Comments

@ankitNyuCS
Copy link

build 19-Jun-2017 00:05:09 [INF] [shellscript] :mergeDebugAssets
build 19-Jun-2017 00:05:09 [INF] [shellscript] :generateDebugResValues
build 19-Jun-2017 00:05:09 [INF] [shellscript] :generateDebugResources
build 19-Jun-2017 00:05:11 [INF] [shellscript] :mergeDebugResources
build 19-Jun-2017 00:05:11 [INF] [shellscript] :processDebugManifest
build 19-Jun-2017 00:05:12 [INF] [shellscript] :processDebugResources
build 19-Jun-2017 00:05:12 [INF] [shellscript] :generateDebugSources
build 19-Jun-2017 00:05:12 [INF] [shellscript] /u01/MacAgent/xml-data/build-dir/XXXXXXXXXXXXXXXXXX/cordova/platforms/android/src/com/cordova/plugin/android/fingerprintauth/FingerprintAuth.java:597: error: variable cryptoObject might not have been initialized
build 19-Jun-2017 00:05:12 [INF] [shellscript] if (cryptoObject == null) '{'
build 19-Jun-2017 00:05:12 [INF] [shellscript] ^
build 19-Jun-2017 00:05:12 [INF] [shellscript] Note: Some input files use or override a deprecated API.
build 19-Jun-2017 00:05:12 [INF] [shellscript] Note: Recompile with -Xlint:deprecation for details.
build 19-Jun-2017 00:05:12 [INF] [shellscript] Note: Some input files use unchecked or unsafe operations.
build 19-Jun-2017 00:05:12 [INF] [shellscript] Note: Recompile with -Xlint:unchecked for details.
build 19-Jun-2017 00:05:12 [INF] [shellscript] 1 error
build 19-Jun-2017 00:05:12 [INF] [shellscript]
build 19-Jun-2017 00:05:12 [INF] [shellscript] FAILURE: Build failed with an exception.
build 19-Jun-2017 00:05:12 [INF] [shellscript]
build 19-Jun-2017 00:05:12 [INF] [shellscript] * What went wrong:
build 19-Jun-2017 00:05:12 [INF] [shellscript] Execution failed for task ''':compileDebugJavaWithJavac'''.
build 19-Jun-2017 00:05:12 [INF] [shellscript] > Compilation failed; see the compiler error output for details.
build 19-Jun-2017 00:05:12 [INF] [shellscript]
build 19-Jun-2017 00:05:12 [INF] [shellscript] * Try:
build 19-Jun-2017 00:05:12 [INF] [shellscript] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
build 19-Jun-2017 00:05:12 [INF] [shellscript] :compileDebugJavaWithJavac FAILED
build 19-Jun-2017 00:05:12 [INF] [shellscript]
build 19-Jun-2017 00:05:12 [INF] [shellscript] BUILD FAILED

@mjwheatley
Copy link
Owner

I have committed some unpublished changes in regards to initializing the cryptoObject. Are you able clone the repo and build using the cloned directory?

@mjwheatley
Copy link
Owner

Does version 1.3.1 work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants