You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/19 05:09:59 UTC

[GitHub] [cordova-android] dpogue edited a comment on pull request #1052: breaking: only support androidx

dpogue edited a comment on pull request #1052:
URL: https://github.com/apache/cordova-android/pull/1052#issuecomment-675854520


   > we discussed about supporting both at the same time before
   
   It's not possible for a project to use both AndroidX and the Android support libraries at the same time.
   
   Currently cordova-android support picking one or the other via a preference in config.xml. *However*, it is not possible to write a plugin that supports both. You either need two versions of every plugin that uses the libs published to npm, or you have plugins that only work with one configuration option.
   
   There are a lot of apps using 3rd party plugins with dependencies on the Android support libraries, and several of those plugins aren't actively maintained. There is no way to use those plugins in an app that has opted in to AndroidX.


----------------------------------------------------------------
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



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