Issues with building my Android app due to missing Android depdendency
hi,
the android build of application fails error - "could not find support-v4.jar (com.android.support:support-v4:24.1.1)."
the build log states plugin - intercom.
the thing is, unlike other case have seen on form, did pin version 3.0.8 , able build fine version. , can't...
and yes, makes sense intercom guys did wrong caused this, don't know what's wrong.
and don't have log of successful compilation know android version used then.
can me? best choice add android 24.1.1 library.
thanks,
oded
full build log: (https://build.phonegap.com/apps/2018524/logs/android/build/ )
build date: 2016-09-28 08:19:42 +0000
--------------------------------------------------------------------------------
plugin output
--------------------------------------------------------------------------------
installing "org.apache.cordova.device" @ "0.3.0" android
fetching plugin "cordova-plugin-intercom@3.0.8" via npm
installing "cordova-plugin-intercom" @ "3.0.8" android
notice: org.apache.cordova.inappbrowser has been automatically converted cordova-plugin-inappbrowser , fetched npm. due our old plugins registry shutting down.
fetching plugin "cordova-plugin-inappbrowser@1.4.0" via npm
installing "cordova-plugin-inappbrowser" @ "1.4.0" android
fetching plugin "cordova-plugin-network-information@1.2.1" via npm
installing "cordova-plugin-network-information" @ "1.2.1" android
fetching plugin "cordova-plugin-splashscreen@3.2.2" via npm
installing "cordova-plugin-splashscreen" @ "3.2.2" android
fetching plugin "cordova-plugin-statusbar@2.1.3" via npm
installing "cordova-plugin-statusbar" @ "2.1.3" android
fetching plugin "ionic-plugin-keyboard@2.2.0" via npm
installing "ionic-plugin-keyboard" @ "2.2.0" android
fetching plugin "cordova-plugin-whitelist@1.2.2" via npm
installing "cordova-plugin-whitelist" @ "1.2.2" android
plugin applicable versions of cordova-android greater 4.0. if have previous platform version, *not* need plugin since whitelist built in.
--------------------------------------------------------------------------------
compile output
--------------------------------------------------------------------------------
configuration on demand incubating feature.
incremental java compilation incubating feature.
download https://jcenter.bintray.com/io/intercom/android/intercom-sdk/3.0.3/intercom-sdk-3.0.3.pom
download https://jcenter.bintray.com/io/intercom/android/intercom-sdk-base/3.0.3/intercom-sdk-base- 3.0.3.pom
download https://jcenter.bintray.com/io/intercom/android/intercom-sdk-gcm/3.0.3/intercom-sdk-gcm-3. 0.3.pom
failure: build failed exception.
* went wrong:
a problem occurred configuring root project 'project'.
> not find support-v4.jar (com.android.support:support-v4:24.1.1).
searched in following locations:
https://jcenter.bintray.com/com/android/support/support-v4/24.1.1/support-v4-24.1.1.jar
* try:
run --stacktrace option stack trace. run --info or --debug option more log output.
build failed
total time: 10.213 secs
error: /project/gradlew: command failed exit code 1 error output:
failure: build failed exception.
* went wrong:
a problem occurred configuring root project 'project'.
> not find support-v4.jar (com.android.support:support-v4:24.1.1).
searched in following locations:
https://jcenter.bintray.com/com/android/support/support-v4/24.1.1/support-v4-24.1.1.jar
* try:
run --stacktrace option stack trace. run --info or --debug option more log output.
@ childprocess.whendone (/project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
@ emittwo (events.js:106:13)
@ childprocess.emit (events.js:191:7)
@ maybeclose (internal/child_process.js:877:16)
@ process.childprocess._handle.onexit (internal/child_process.js:226:5)
what version of cli using? if don't pin that, you'll end defaulting current version, may not act expect.
More discussions in PhoneGap Build
adobe
Comments
Post a Comment