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 68FF2200C54 for ; Tue, 28 Mar 2017 17:53:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67847160B7E; Tue, 28 Mar 2017 15:53:45 +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 AD1DC160B89 for ; Tue, 28 Mar 2017 17:53:44 +0200 (CEST) Received: (qmail 44200 invoked by uid 500); 28 Mar 2017 15:53:43 -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 44057 invoked by uid 99); 28 Mar 2017 15:53:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2017 15:53:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 43C87C0A31 for ; Tue, 28 Mar 2017 15:53:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id c0fvYDlQm99W for ; Tue, 28 Mar 2017 15:53:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7D70B5FD81 for ; Tue, 28 Mar 2017 15:53:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F1BF5E06B9 for ; Tue, 28 Mar 2017 15:53:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A83AC25CDE for ; Tue, 28 Mar 2017 15:53:41 +0000 (UTC) Date: Tue, 28 Mar 2017 15:53:41 +0000 (UTC) From: "BeTop (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5848) Support for Android expansion files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Mar 2017 15:53:45 -0000 [ https://issues.apache.org/jira/browse/CB-5848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945427#comment-15945427 ] BeTop commented on CB-5848: --------------------------- Hello, How are you doing? Today I got problem to play audio file of obb file. It works But Media plugin is not working. so we need solution. var url = "content://com.flinklearning.marshalladult.expansion/common/Languages/English/LoginHelp/help_team.mp3"; var my_media = new Media(url, // success callback function() { console.log("playAudio():Audio Success"); }, // error callback function(err) { console.log("playAudio():Audio Error: ", err); } ); // Play audio my_media.play(); I got error code=1. > Support for Android expansion files > ----------------------------------- > > Key: CB-5848 > URL: https://issues.apache.org/jira/browse/CB-5848 > Project: Apache Cordova > Issue Type: New Feature > Components: Android > Affects Versions: 3.3.0 > Reporter: Valerio Santinelli > Assignee: jcesarmobile > Priority: Minor > > As you might already know, Android .APK files cannot exceed 50Mb if you want to make them available on Google Play Store. > For bigger apps, you can add one or more expansion files (.obb) > The request would be to have Cordova automatically put the content of the www folder into an obb file so that all the assets won't be bundled with the app itself. > That way, even if the assets are huge, you can still publish on Google Play Store. > Right now there is no way to publish any app that exceeds 50Mb. I have seen some OS projects trying to deal with this, but right now there's no working solution. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org