darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 130 forks source link

when i installing <plugin name="com-darryncampbell-cordova-plugin-intent" spec="2.0.0" /> in phonegap cli-9.0.0 #103

Closed dharmendravirasat closed 4 years ago

dharmendravirasat commented 4 years ago

i'm got this error

Task :app:transformClassesWithMultidexlistForDebug FAILED 35 actionable tasks: 35 executed D8: Program type already present: android.support.v4.app.INotificationSideChannel$Stub$Proxy

FAILURE: Build failed with an exception.

BUILD FAILED in 27s Error: /var/gimlet/tmp/47244137291160/3927765/gradlew: Command failed with exit code 1 Error output: Note: /var/gimlet/tmp/47244137291160/3927765/CordovaLib/src/org/apache/cordova/engine/SystemCookieManager.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. D8: Program type already present: android.support.v4.app.INotificationSideChannel$Stub$Proxy

FAILURE: Build failed with an exception.

BUILD FAILED in 27s at ChildProcess.whenDone (/var/gimlet/tmp/47244137291160/3927765/cordova/node_modules/cordova-common/src/superspawn.js:135:23) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at maybeClose (internal/child_process.js:915:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)

darryncampbell commented 4 years ago

Please try with version 1.3.0 of this plugin if you are using the v4 support library.