breautek commented on issue #887: android build error
URL: https://github.com/apache/cordova-android/issues/887#issuecomment-568503458
 
 
   > @breautek thanks for reply but in my old device same plugins works but i 
setup new system and clone repo after adding android it's fail to build 
android. if you have any clue or idea please help me on this.
   
   In my experience, some plugins do a poor job at defining their dependencies 
and usually use a very loose pinning strategy, such as allowing any (latest) 
version to be used a dependency. This means it may have worked in the past, but 
since then a breaking update may have been release, which and the plugin is no 
longer compatible. If I would take a wild guess, this is what I would suspect 
first.
   
   It can be hard pinpointing the faulty plugin because the issue may not be 
with the plugin itself, but a subdependency of that plugin. An easy way to 
pinpoint the faulty plugin is to remove each plugin one at a time, and attempt 
build after each plugin. This will at least point you to the right direction.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to