Skip to content
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

v3.0.0-rc1 > Unable to build on Android #30

Open
oodavid opened this issue Jun 11, 2015 · 3 comments
Open

v3.0.0-rc1 > Unable to build on Android #30

oodavid opened this issue Jun 11, 2015 · 3 comments

Comments

@oodavid
Copy link

oodavid commented Jun 11, 2015

Thought I'd try v3.0.0-rc1:

Simulator working fine
iOS compiling OK (#29 I had to "fix" a fatal error relating to navigator.languages being undefined )
Android failing with little feedback:

http://pastebin.com/AJSKrjcb

@mgh
Copy link
Contributor

mgh commented Jun 12, 2015

Thanks for checking out the new version! Unfortunately, as you've noticed, the error reporting is a little broken in devkit/v3.0.0-rc1. Are you using a git clone of devkit or installing it directly from npm? If you're using a git clone, can you try the latest master of devkit instead? It is (hopefully) more revealing about what the error is.

From the devkit folder:

git checkout master
npm install

There's also a couple things you can try which sometimes fix common problems:

  1. from your game directory, check for npm install errors/failure

    cd modules/devkit-core/
    npm install
    # try build again
  2. from your game directory, try the latest devkit-core/master

    cd modules/devkit-core/
    git checkout master
    git pull
    npm install
    # try build again

@oodavid
Copy link
Author

oodavid commented Jun 12, 2015

Neither 1. or 2. changed the build messages or led to a successful build.

I've installed via npm so I've not got the option to switch branches, if there's a rough guide to installing directly via git I'll happily give that a go :)

@oodavid
Copy link
Author

oodavid commented Jun 12, 2015

I've managed to build the hello-world app, so it must be a module or my implementation.
Out of time today, but will try again soon

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

2 participants