Right, Apple removed “ant” support in Mavericks. You’ll have to install it yourself. It’s definitely caught a lot of native Java/Android developers off guard.
What I did was install ant via “homebrew”, which is a package manager for OS X. Their website can be found here…
Thanks for the instruction and it worked great but now my build has runtime error saying a module “CoronaProvider.analytics.flurry” not found ?
I’ve checked my libs folder and it already has FlurryAgent.jar and the build log doesn’t really show anything wrong. This is the same project folder that I’ve used before to make build without error. The only changes that I made recently was upgrading my OS and XCode 6 and of course installing JDK again.
Since we’ve made Flurry a plugin now, you also need to copy our “CoronaProvider.analytics.flurry.jar” library to your “libs” directory, because that is the plugin library which interfaces between Lua and Flurry’s JAR library.
Download the “CoronaEnterprisePlugins.*.tgz” file matching your Corona Enterprise build number.
Unzip the downloaded file.
Go to the unzipped package’s directory: ./analytics-flurry/android/<BuildNumber>/android
Copy the “CoronaProvider.analytics.flurry.jar” and “FlurryAnalytics-4.10.jar” files to your Android project’s “libs” directory.
Also, I’m pretty sure that the FlurryAgent.jar file is their much older library that Corona does not support anymore. I recommend that you delete it from your “libs” directory.
Right, Apple removed “ant” support in Mavericks. You’ll have to install it yourself. It’s definitely caught a lot of native Java/Android developers off guard.
What I did was install ant via “homebrew”, which is a package manager for OS X. Their website can be found here…
Thanks for the instruction and it worked great but now my build has runtime error saying a module “CoronaProvider.analytics.flurry” not found ?
I’ve checked my libs folder and it already has FlurryAgent.jar and the build log doesn’t really show anything wrong. This is the same project folder that I’ve used before to make build without error. The only changes that I made recently was upgrading my OS and XCode 6 and of course installing JDK again.
Since we’ve made Flurry a plugin now, you also need to copy our “CoronaProvider.analytics.flurry.jar” library to your “libs” directory, because that is the plugin library which interfaces between Lua and Flurry’s JAR library.
Download the “CoronaEnterprisePlugins.*.tgz” file matching your Corona Enterprise build number.
Unzip the downloaded file.
Go to the unzipped package’s directory: ./analytics-flurry/android/<BuildNumber>/android
Copy the “CoronaProvider.analytics.flurry.jar” and “FlurryAnalytics-4.10.jar” files to your Android project’s “libs” directory.
Also, I’m pretty sure that the FlurryAgent.jar file is their much older library that Corona does not support anymore. I recommend that you delete it from your “libs” directory.