Problems creating android build with Telerik Appbuilder; android-support-v4.jar" already exists -
im having trouble building app through build process of telerik appbuilder. using modified version of multi imagepicker
plugin wich has reference android-support-v4.jar
in plugin.xml
,
<source-file src="src/android/library/libs/android-support-v4.jar" target-dir="libs"/>
when try create build via de telerik appbuilder option gives following error , doesnt complete build.
android-support-v4.jar" exists
when remove reference plugin.xml
, try create build again, finishes build without errors plugin not work.
i've tried use plugin in cordova
(5.4.1) test project , have build via cli commands. cordova can build test project with plugin , reference android support library in place. test app deploys succesfully android device via cordova run android
plugin , modifications functional in test project.
fyi => if remove android support library reference in plugin.xml
in cordova test project entire project not build. loads of compiling errors.
does has had same experience or has indication of causes error when build via telerik appbuilder tools?
the error conflicting android-support-v4.jar caused having incompatible plugins in project. in order use latest available android support v4 library should remove jar plugin , replace lib-file
element of plugin.xml <framework src="com.android.support:support-v4:+" />
.
additionally, if have other plugins install own version of library, you'll have either upgrade them latest version (which have been fixed) or make same modification in them. more information on issue can refer following appbuilder forum thread: http://www.telerik.com/forums/breaking-change-introduces-build-failure-for-android
Comments
Post a Comment