Hello,
You should probably update your target/compiled SDK and build tools to
API level 23.
This looks like some sort of version mismatch to me.
The minSdkVersion can still be 14.
Also, you do not need to set anything version related in the manifest,
gradle should handle that.
Regards,
Julian
On 9/8/2015 5:48 PM, Paul van Hoven wrote:
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
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help