Download Ant For Mac Os X

This is a guide for Mac OS X (tested on 10.9.2) based on the Windows and Linux guides (if you look closely there's a lot of copy-paste text from those guides).

  1. Download Ant For Mac Os X Catalina
  2. Download New Mac Os

Folx is also fully compatible with Mac’s latest operating system - Big Sur. And for this reason, and the many reasons listed above, we think it’s the best downloader for Mac available. Supported OS: macOS. Conclusion: In our opinion, this has to be the best download manager Mac users can find. Ant is already installed on some older versions of Mac OS X, so you should run ant -version to test if it is installed before attempting to install it. If it is not already installed, then your best bet is to install Homebrew ( brew install ant ) or MacPorts ( sudo port install apache-ant ), and use those tools to install Apache Ant. Sep 22, 2021 Apache Ant Mac Os X Download 10.11; Apache Ant Macos; Download and extract Apache Ant. The latest version of Apache Ant is 1.8 on Mac Informer. It is a perfect match for the Developer Tools category. The app is developed by Server Logistics. Download and extract the Apache Ant bin.tar.gz file to wherever you prefer with the following command. Nov 26, 2020 Ant is already installed on some older versions of Mac OS X, so you should run ant -version to test if it is installed before attempting to install it. If it is not already installed, then your best bet is to install Homebrew ( brew install ant ) or MacPorts ( sudo port install apache-ant ), and use those tools to install Apache Ant. Our Mac OS antivirus software offers the best Mac virus removal and protects your system. Scan your system at the push of a button and repair folders with just one click. Our Apple virus scan software is free. Download it now for your Mac with macOS 10.13 (Sierra) and later versions!

Install Java SDK

JDK for short is needed for the Android SDK, you can find it here (select the one without NetBeans since it's not needed).

In the following page Accept the License Agreement and download the right file for your system (Mac OS X x64). Then just install the Java SDK normally.

Apache Ant

Download Apache Ant from its website in the Binary Distribution section.

Go to the 'Current Release of Ant' and select the zip file.

Once downloaded unzip it in a known directory. e.g: /Developer/Tools/ant

Installing the Android SDK

Then you have to install the Android SDK.

WARNING: The Download button on the right is for preconfigured install. Instead go to 'Use an existing IDE' and click that Download link.

Once downloaded unzip it in a known directory. e.g: /Developer/SDKs/android-sdk-macosx

SDK Tools

Once you have unzipped the Android SDK execute it:

and install the following tools:

  • Android SDK Platform-tools (latest)
  • Android SDK Build-Tools API 19.1
  • SDK Platform Android 4.4.2 API 19
  • ARM EABI v7a System Image API 19
  • Google APIs ARM System Image API 19
  • Sources for Android SDK API 19
  • Android Support Library

The following screenshot shows the selected tools on Android SDK Manager screen:

(Install Package should be enabled to you, mine isn't because it's already installed)

Select the 'Accept License' radial, and click Install.

Android NDK

Once you have the SDK tools you can get the NDK version r9d from here (Download acording to your system).This is a zip file, you can unzip it wherever you want. e.g: /Developer/Tools/ndk

Clone the love-android-sdl2 repo

Download the love-android-sdl2 repo. For this task you can use a Git tool or just download it from the Downloads section in a zip file

Git:

Download:

Once in the download page go to the Tags section and there download the lastest version (.zip files are prefered)

You can place the repository wherever you want. e.g ~/repos

Set up environment vars

To avoid headaches, i do recommend to set environment variables this way:

Set Android Variables

Open up a Terminal window (you can use Spotlight, write terminal and press enter, or you can find it on the /Applications/Utilities folder) and type the following:

This will start nano text editor with (probably) a blank file. Then, you need to add the following lines to the file:

If you've saved the Android SDK and/or NDK in different paths, edit them accordingly.

After that, hit Control + X (to exit the editor) and type Y (to save changes to file)

Catalina

Download Ant For Mac Os X Catalina

Update PATH

Still in Terminal, type the following:

and press Enter. Another text editor should open. In this file, add the following lines:

The first line is the tools folder of Android SDK folder, the second one is the platform-tools folder. And the last one is the path of bin folder of Apache Ant package. If you used different paths, edit them accordingly.

Run ndk-build

Finally (and still in Terminal), navigate to your love-android-sdl2 folder and run ndk-build:

Optionally you can supply the --jobs flag if you have multiple cores. Suggested usage is n+1 cores, where n is the number of cores your machine has. This is what one might use for an 8 core machine;

Then, make the changes specific to your game following the Game Packaging page.

Build

Use Apache Ant to deploy:

You should now have a apk that should run on your device located at:

Download New Mac Os

Updated