Android by 1 Aug 19, Get apps ready for 64-bit requirement

Android by 1 Aug 19, Get apps ready for 64-bit requirement

by Rekha C -
Number of replies: 3

I received this email from Google Playstore, saying that by 1 AUg 2019, a 64 bit app must be uploaded in addition to a 32 bit one.

https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html

I am informed that the Github for the custom app is 32 bit - when can we get the 64 bit app via Github?


Average of ratings: -
In reply to Rekha C

Re: Android by 1 Aug 19, Get apps ready for 64-bit requirement

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

we are aware of that and it depends on the native code and Cordova plugins we use.

We'll evaluate that the app is properly supported during the next development cycle, starting next month.

Regards, Juan


In reply to Juan Leyva

Re: Android by 1 Aug 19, Get apps ready for 64-bit requirement

by Rekha C -
I believe the 64 bit requirement is on github now.
WIth 1 Aug playstore timeline approaching, I tried to build the app on phonegap - recd. an error "Fetching plugin "cordova-sqlite-storage@2.6.0..." which seems to be in tracker 2925.
What shall we do? I don't have any instructions how to build the app via https://github.com/moodlehq/moodlemobile2
In 2018, it was easy to build an app - now we are stuck due to 1 Aug. I request you to give us working steps for 1 Aug.
In reply to Rekha C

Re: Android by 1 Aug 19, Get apps ready for 64-bit requirement

by Rekha C -
Phonegap gives an error when building the android app - how shall i fix before 1 Aug?

Error - Plugin error (you probably need to remove plugin files from your app): Fetching plugin "cordova-sqlite-storage@2.6.0" via npm Installing "cordova-sqlite-storage" at "2.6.0" for android Error during processing of action! Attempting to revert... Failed to install 'cordova-sqlite-storage': CordovaError: Uh oh! "/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/plugins/cordova-sqlite-storage/node_modules/cordova-sqlite-storage-dependencies/libs/sqlite-connector.jar" not found! at copyFile (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/lib/pluginHandlers.js:219:36) at install (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/lib/pluginHandlers.js:62:13) at ActionStack.process (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/cordova-common/src/ActionStack.js:56:25) at PluginManager.doOperation (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/cordova-common/src/PluginManager.js:117:20) at PluginManager.addPlugin (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/cordova-common/src/PluginManager.js:147:17) at /var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/Api.js:254:18 at _fulfilled (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/q/q.js:834:54) at self.promiseDispatch.done (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/q/q.js:863:30) at Promise.promise.promiseDispatch (/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/q/q.js:796:13) at /var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/node_modules/q/q.js:556:49 Uh oh! "/var/gimlet/tmp/47126022457440/3642296/www_android/project/cordova/plugins/cordova-sqlite-storage/node_modules/cordova-sqlite-storage-dependencies/libs/sqlite-connector.jar" not found! - You can fix this here