You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2016/02/23 19:59:18 UTC

[jira] [Closed] (CB-10678) Build fails cryptically on Mac

     [ https://issues.apache.org/jira/browse/CB-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser closed CB-10678.
---------------------------
    Resolution: Won't Fix

Android APKs have a limit of 100 MB in the Play Store, and it's likely you found the hard limit on Android.  If your APK is that large, you'll have to either break up your APKs with a third party plugin, or do some fetching after the fact.  It's easier to fetch your files on the first start of your app than use the plugin.

> Build fails cryptically on Mac
> ------------------------------
>
>                 Key: CB-10678
>                 URL: https://issues.apache.org/jira/browse/CB-10678
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 6.0.0
>         Environment: Mac OSX
>            Reporter: Sébastien Loisel
>              Labels: newbie
>
> So here the direct bug is the cryptic error message (or even lack thereof) that is entirely unhelpful. Try as I might, suggested options such as --info, --debug, --stacktrace, etc, do nothing.
> I suspect that underlying this cryptic error message there is a genuine bug in aapt, but I have no way of knowing.
> Note that I am able to successfully build and deploy the "Hello world" app to my phone. When I then copy a bunch of files into the www subfolder, this problem happens. This thing used to work a couple of years ago but I just tried it again yesterday with the latest tools and it breaks. The only difference that I can think of between Hello World and my project, in terms of what the tools would have to do, is that my project is huge (it has thousands of mp3 files) and the resulting APK file is many gigabytes.



--
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