Hi guys,
I'm trying to build my app in intel xdk with Cardova Crosswalk but I get an error when building. It seems that the ParseSe plugin from FrostyElk is the problem or am I seeing this wrong (pasted the error underneath)? Anyone got the same problem with the plugin?
Daan
:compileReleaseJava.../SweepyTest11/platforms/android/src/se/frostyelk/cordova/parse/plugin/ParsePlugin.java:99: error: cannot find symbol
webView.post(new Runnable() {
^
symbol: method post(<anonymous Runnable>)
location: variable webView of type CordovaWebView
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileReleaseJava'.
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
Total time: 28.581 secs
.../SweepyTest11/platforms/android/cordova/node_modules/q/q.js:126
throw e;
^
Error code 1 for command: .../SweepyTest11/platforms/android/gradlew with args: cdvBuildRelease,-b,.../SweepyTest11/platforms/android/build.gradle,-Dorg.gradle.daemon=true
Command finished with error code 8: .../SweepyTest11/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../SweepyTest11/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../SweepyTest11/platforms/android/cordova/build: Command failed with exit code 8
at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)