-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed when plugin #205
Comments
#161 I found it useful and I'll try to downgrade version to @3.3.2 I'll try to build with |
The cause of your issue looks to be the same as #203 i.e. a Gradle version collision, but instead of the Image Picker plugin causing the collision, it looks like it's phonegap-plugin-push, because it fixes the version of the support library to |
But I am using Command line to build the app not Android studio. Till now I don't know what to do UPDATE |
That makes no difference - the Cordova/Phonegap CLI still uses Gradle to satisfy Android build dependencies. As I've said, your problem is a Gradle version collision of the support library version specified by this plugin vs that specified by phonegap-plugin-push. v3.3.2 specifies the same Gradle version so will not help you. To resolve this issue, you need to manually resolve the Gradle dependency clash. You will need to fork (or locally clone and modify) either this plugin or phonegap-plugin-push to do this. Either way, you'll need to edit the plugin.xml to specify the same support library version in both plugins. |
Can you please tell me Exactly what is the required change to do. If I am going to change the |
I had changed to
and I got
|
Problem solved 👍 |
It's working now , But what about that error!! BTW the app working fine, I am getting device token and I a can use location settings |
I have a phonegap application that using diagnostic-plugin , previously it was working fine and I can build android and build ios.
But since 2 weeks (i don't know what exactly happened) I tried to build and I got this error
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\IM\AppData\Local\Android\sdk\build-tools\25.0.3\aapt.exe'' finished with non-zero exit value 1
I got mad and I searched the internet I found many solutions not related to this problem.
later, I tried to remove platforms and plugins folders from my project and install every plugin again one-by-one.
The application is build successful if and only if I didn't include diagonstic-plugin
If there is any previous version I should target at the time of installing, please mention that
============================================
The text was updated successfully, but these errors were encountered: