You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/27 14:42:48 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #755: Project stopped to build with error appComponentFactory

breautek edited a comment on issue #755: Project stopped to build with error appComponentFactory
URL: https://github.com/apache/cordova-android/issues/755#issuecomment-506375650
 
 
   I believe the issue is related to Google's update here https://developers.google.com/android/guides/releases#june_17_2019
   
   If there is any dependency, including plugin dependencies that depend on any version greater than listed in the link, you'll need to use Android SDK 28+
   
   In my experience many library authors don't pin their dependencies properly so my best educated guess is you have a plugin that is depending on the latest version of a library that now requires Android SDK >= 28 and gradle >= 3.2.1. `cordova-android` 6.3.0 doesn't meet these dependencies. I had a look at 6.3.0 branch on `cordova-android` and it appears all dependencies are pinned to an exact version, so that only leaves plugins.
   
   The easiest way to prove this I think is to create a minimal app without plugins and build. Then add each plugin one at a time and rebuild until the issue appears.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org