Hi! I added the following stuff to my build.gradle file:
repositories {
maven {
url
'https://download.01.org/crosswalk/releases/crosswalk/android/maven2'
}
}
dependencies {
compile files('libs/autobahn-0.5.0.jar')
compile 'com.android.support:support-v4:23.0.0'
compile 'com.fasterxml.jackson.core:jackson-core:2.6.1'
compile 'org.xwalk:xwalk_core_library:14.43.343.24'
}
My minSdkVersion is set to 14 in both the Manifest and the build.gradle.
However, after having added these lines I get the following error when
I try to sync this:
/path/to/myapp/build/intermediates/exploded-aar/org.xwalk/xwalk_core_library/14.43.343.24/res/layout/date_time_picker_dialog.xml
Error:(20) No resource identifier found for attribute 'datePickerMode'
in package 'android'
Error:(31) No resource identifier found for attribute 'timePickerMode'
in package 'android'
/path/to/myapp/build/intermediates/exploded-aar/org.xwalk/xwalk_core_library/14.43.343.24/res/layout-land/date_time_picker_dialog.xml
Error:(20) No resource identifier found for attribute 'datePickerMode'
in package 'android'
Error:(31) No resource identifier found for attribute 'timePickerMode'
in package 'android'
Error:Execution failed for task ':derWettprofi:processDebugResources'.
> com.android.ide.common.process.ProcessException:
> org.gradle.process.internal.ExecException: Process 'command
> '/Users/Tom/Library/Android/sdk/build-tools/21.1.2/aapt'' finished with
> non-zero exit value 1
Information:BUILD FAILED
What am I doing wrong?
Thanks,
Paul
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help