Android - Different Builds
Sannyasin Brahmanathaswami
brahma at hindu.org
Wed Jun 12 18:21:35 EDT 2019
OK!
That's what we need hear. Thanks Ralph!
On 6/12/19, 12:17 PM, "Ralph DiMola" <rdimola at evergreeninfo.net> wrote:
You would be better off making 4 builds 1 for each architecture. This way instead of 1 huge apk you will have 4 smaller ones. Increment the "version code" for each of the 3 additional builds. Upload all 4 apks to the PlayStore. Making one large build has 2 bad side effects. 1) you might not target as many devices because of smaller apk size limits on some devices 2) the download/install will be slower.
You can have multiple APKs in production(internal/alpha/beta for the matter) if 1) the version code is different 2) they target different architectures.
More information about the use-livecode
mailing list