apache / cordova-plugin-globalization

[DEPRECATED] Apache Cordova Plugin globalization
Apache License 2.0
139 stars 114 forks source link

Android app 64 bit requirement #74

Closed ASHBAW closed 5 years ago

ASHBAW commented 5 years ago

I use the cordova-plugin-globalization plugin in one of my apps.

Google came out with their 64 bit requirement.

https://9to5google.com/2019/01/15/android-app-64-bit-requirement/

When I searched for .so libraries in my project I saw the following:

/plugins/cordova-plugin-globalization/src/blackberry10/native/simulator/libGlobalization.so
/plugins/cordova-plugin-globalization/src/blackberry10/native/device/libGlobalization.so
/node_modules/cordova-plugin-globalization/src/blackberry10/native/simulator/libGlobalization.so
/node_modules/cordova-plugin-globalization/src/blackberry10/native/device/libGlobalization.so

I understand that these are blackberry related and not android. I just wanted to follow up to see if these should be removed to be compliant with Google.

agneshoving commented 5 years ago

I was wondering the same thing. Do you have an answer for this @janpio ?

janpio commented 5 years ago

That should not be necessary, as only the Android files are copied over to your native Android project and app.

jcesarmobile commented 5 years ago

Closing, as janpio said, those are blackberry files, they don't have any effect on the Android apps.