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 2018/11/12 18:13:48 UTC

[GitHub] brodybits opened a new issue #547: Compatibility of old plugins with non-Java source-file entries

brodybits opened a new issue #547: Compatibility of old plugins with non-Java source-file entries
URL: https://github.com/apache/cordova-android/issues/547
 
 
   From <https://github.com/apache/cordova-android/pull/542#issuecomment-437709608> & <https://github.com/apache/cordova-android/pull/542#issuecomment-437922322>:
   
   Some old plugins with non-Java source-file entries still do not seem to work since version 7.0.0. Some examples from <https://github.com/apache/cordova-android/pull/542#issuecomment-437922322>:
   * https://github.com/dylearning/cordova-plugin-hikvisionVedio
   * https://github.com/wyne1986/cordova-plugin-sip-fjh
   * https://github.com/mul1sh/corewise-plugin-fingerprintauth
   * https://github.com/ispikit/ispikit-cordova
   * cordova-sqlite-storage@2.1.5 (not an issue with newer versions of cordova-sqlite-storage)
   
   Example file types to deal with here:
   * `.jar` - generally has target-dir="lib" in old plugins
   * `.aar` - also generally has target-dir="lib" in old plugins
   * `.so` - generally has a "lib" subdirectory in old plugins
   
   Purpose is that a massive number of plugins should be able to just work on both old and new Android project structure.
   
   Possibly related: issues with `cordova-plugin-purchase` (#546).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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