wf9a5m75 edited a comment on issue #69:
URL: https://github.com/apache/cordova/issues/69#issuecomment-636393653


   As we discuss `cordova-plugin-androidx-adapter` does not work on PhoneGap 
build.
   It means this solution is not perfect for me.
   
   That's why I re-created another plugin, which is written in `gradle` script.
   [cordova-androidx-build](https://github.com/wf9a5m75/cordova-androidx-build)
   
   The purpose of this plugin is little different from 
`cordova-plugin-androidx-adapter`.
   `cordova-plugin-androidx-adapter` migrates the project code from `Android 
Support Libraries` to `AndroidX libraries`, which is one way.
   This is OK for general developers. However plugin developers have to support 
both environments for a while (`cordova-android@8` and `cordova-android@9`).
   
   That's why this plugin migrates from `AndroidX libraries` to `Android 
Support Libraries` if the environment does not support `AndroidX`.
   
   
![work-flow](https://user-images.githubusercontent.com/167831/83340259-c2773400-a28a-11ea-8bb5-56d4a1a170fe.png)
   
   And this plugin uses `Gradle` script, works on PC and cloud services.


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



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

Reply via email to