Skip to content

Enable arm64-v8 in app.gradle #1284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
darind opened this issue Feb 21, 2019 · 1 comment
Closed

Enable arm64-v8 in app.gradle #1284

darind opened this issue Feb 21, 2019 · 1 comment
Assignees
Milestone

Comments

@darind
Copy link
Collaborator

darind commented Feb 21, 2019

Starting from August 1, 2019, all new apps and app updates that include native code are required to provide 64-bit versions in addition to 32-bit versions when publishing to Google Play:

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

We should therefore include the arm64-v8 architecture in the application gradle so that newly created applications get the 64 bit runtime by default.

@darind darind added the feature label Feb 21, 2019
@darind darind added this to the 5.3.0 milestone Feb 21, 2019
@darind darind self-assigned this Feb 21, 2019
endarova added a commit to NativeScript/nativescript-cli-tests that referenced this issue Feb 22, 2019
miroslavaivanova pushed a commit to NativeScript/nativescript-cli-tests that referenced this issue Feb 27, 2019
@vhristov5555 vhristov5555 self-assigned this Mar 18, 2019
@vhristov5555
Copy link

Arm32 is faster than Arm64 on Arm64 devices. The results are recorded on Pixel 2 device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants