This repository has been archived by the owner on Oct 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Does not build with crosswalk #38
Comments
Please suggest a fix. I need to use the plugin asap. Thanks :) |
Update src/android/NativeCameraLauncher.java
Update src/android/ExifHelper.java
|
kimda90
added a commit
to kimda90/cordova-plugin-wezka-nativecamera
that referenced
this issue
Oct 26, 2015
kimda90
added a commit
to kimda90/cordova-plugin-wezka-nativecamera
that referenced
this issue
Oct 26, 2015
zebra1024
pushed a commit
to zebra1024/cordova-plugin-wezka-nativecamera
that referenced
this issue
Nov 13, 2015
I am getting the same error. cordova version : 5.3.3 |
Same error, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to build with crosswalk + ionic framework. Getting build error -
:compileDebugJava/Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/src/com/wezka/nativecameraplugin/NativeCameraLauncher.java:29: error: cannot find symbol
import org.apache.cordova.ExifHelper;
^
symbol: class ExifHelper
location: package org.apache.cordova
/Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/src/com/wezka/nativecameraplugin/NativeCameraLauncher.java:149: error: cannot find symbol
rotate = exif.getOrientation();
^
symbol: method getOrientation()
location: variable exif of type ExifHelper
/Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/src/com/wezka/nativecameraplugin/NativeCameraLauncher.java:251: error: cannot find symbol
exif.resetOrientation();
^
symbol: method resetOrientation()
location: variable exif of type ExifHelper
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 errors
FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':compileDebugJava'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 12.508 secs
/Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/cordova/node_modules/q/q.js:126
throw e;
^
Error code 1 for command: /Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/gradlew with args: assembleDebug,-b,/Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/build.gradle,-Dorg.gradle.daemon=true
ERROR running one or more of the platforms: Error: /Users/nakumar/Desktop/DwellMartServer/dwellmartoperationsapp/platforms/android/cordova/run: Command failed with exit code 8
You may not have the required environment or OS to run this project
The text was updated successfully, but these errors were encountered: