Giter Club home page Giter Club logo

Comments (4)

Shchvova avatar Shchvova commented on May 18, 2024

You have to have android SDK installed and set up to do that, and variables set to point to them:

export ANDROID_SDK=~/Android/android-sdk-mac_86
export ANDROID_NDK=~/Android/android-ndk-r10d

should help.

Also, this is more of internal script to create CI builds. Doing something like

from corona.

Larpoux avatar Larpoux commented on May 18, 2024

Of course I have those environment variables setup !

$echo $ANDROID_SDK
/Users/larpoux/android-sdk-macosx
$echo $ANDROID_NDK
/Users/larpoux/android-ndk-r19c
$

from corona.

Larpoux avatar Larpoux commented on May 18, 2024

OK this is an internal script.
But I ask you seriously how can I build the Corona software from sources:

  • on MacOS
  • on Linux
  • on Windows
    The ratatouille.xcodeproj does not build everything

from corona.

Shchvova avatar Shchvova commented on May 18, 2024

Look, our build servers run on macOS. It really doesn't worth the effort to make them portable.

As to your question, it depends which platform code you're trying to build.

  • Windows builds only on Windows
  • Linux, on macOS (with docker) and Linux
  • iOS, tvOS, macOS - on macOS only
  • Android on Windows and macOS. I just merged gradle branch into master, so check out master, open platform/android with Android Studio or IDEA, import gradle project and you're all set. Alternatively, use command line ./gradlew assemble to build corona app which is in platform/test/assets2.

from corona.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.