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:
[email protected]



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

Reply via email to