Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7939200BE3 for ; Thu, 22 Dec 2016 10:53:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C65AF160B27; Thu, 22 Dec 2016 09:53:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4AEF1160B26 for ; Thu, 22 Dec 2016 10:53:59 +0100 (CET) Received: (qmail 98765 invoked by uid 500); 22 Dec 2016 09:53:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 98666 invoked by uid 99); 22 Dec 2016 09:53:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2016 09:53:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 590A12C1F54 for ; Thu, 22 Dec 2016 09:53:58 +0000 (UTC) Date: Thu, 22 Dec 2016 09:53:58 +0000 (UTC) From: "Martin Bektchiev (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-12291) APKs for x86 and arm product flavors do not include 64-bit binaries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Dec 2016 09:54:00 -0000 Martin Bektchiev created CB-12291: ------------------------------------- Summary: APKs for x86 and arm product flavors do not include 64-bit binaries Key: CB-12291 URL: https://issues.apache.org/jira/browse/CB-12291 Project: Apache Cordova Issue Type: Bug Components: Android Affects Versions: Master Reporter: Martin Bektchiev Assignee: Martin Bektchiev Native libraries for 64-bit architectures are not included in the APK as a result a x86 apk is not runnable on a x86_64 device or emulator. Steps to reproduce: 1. Install https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin 2. Build for android using `--gradleArg=-PcdvBuildMultipleApks=true --gradleArg=-PcdvBuildArch=x86` 3. Try to deploy and run on a x86_64 emulator If you open list the contents of the .apk archive you will notice that under lib there's only 1 directory (x86): $ unzip -t build/outputs/apk/test-x86-debug.apk Expected: Both x86 and x86_64 directories should be included so that the package is runnable on 64-bit and 32-bit devices -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org