You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of cordova-plugin-intercom (10.1.0) fails to compile for android with Capacitor 3.
Steps to reproduce:
Create a new Ionic project with ionic start, using the 'blank' app template.
Add the android platform: ionic cap add android.
Sync, ionic cap sync, open ionic cap open android, and build in Android Studio, it is successful.
npm install cordova-plugin-intercom
npm install @ionic-native/intercom
ionic cap sync
Now in Android Studio, the build fails:
FAILURE: Build failed with an exception.
* Where:
Script '/Users/abramsiemsen/Desktop/test/Test/node_modules/cordova-plugin-intercom/src/android/build-extras-intercom.gradle' line: 54
* What went wrong:
A problem occurred configuring project ':app'.
> Could not get unknown property 'cordovaConfig' for project ':app' of type org.gradle.api.Project.
What I expected: A successful build.
Granted, this is almost certainly an issue with cordova-plugin-intercom, but this page suggests letting you know when a cordova plugin is incompatible... so you're welcome? 😉
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
The latest version of cordova-plugin-intercom (10.1.0) fails to compile for android with Capacitor 3.
Steps to reproduce:
Create a new Ionic project with
ionic start
, using the 'blank' app template.Add the android platform:
ionic cap add android
.Sync,
ionic cap sync
, openionic cap open android
, and build in Android Studio, it is successful.Now, install cordova-plugin-intercom, per https://ionicframework.com/docs/native/intercom.
Now in Android Studio, the build fails:
What I expected: A successful build.
Granted, this is almost certainly an issue with cordova-plugin-intercom, but this page suggests letting you know when a cordova plugin is incompatible... so you're welcome? 😉
Ionic info for above test:
The text was updated successfully, but these errors were encountered: