Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.74 KB

corona.md

File metadata and controls

57 lines (37 loc) · 1.74 KB

Corona Engine

Downloads

Open source, clone https://github.com/ouya/ouya-sdk-examples/tree/master/Corona

Guide

Examples

Examples are included at the base GIT path.

Virtual Controller - Maps OUYA controllers to multiple virtual controllers

Resources

Corona SDK - http://coronalabs.com/products/corona-sdk/
Corona Video Tutorials - http://coronalabs.com/resources/videos/

Building

(Currently testing on Mac)

put the Corona Enterprise SDK into a subfolder of your Mac's Application folder

working folder:
Applications/CoronaEnterprise/Samples/SimpleLuaExtension/android

set environment variable: ANDROID_SDK

generate local.properties:
android update project --path .

edit the build script to add paths to the includes:
Applications/CoronaEnterprise/Corona/android/lib/Corona/build.xml

<property file="${user.dir}/local.properties" />
<property file="${user.dir}/ant.properties" />
<import file="${user.dir}/custom_rules.xml" optional="true" />

create ant.properties
key.alias=androiddebugkey
key.store=debug.keystore

copy the debug keystore to the sample android folder
cp ~/.android/debug.keystore .

build the sample:
./build.sh ~/android/android-sdk-macosx /Applications/CoronaEnterprise
when prompted enter the debug keystore and alias password "android"

install the sample:
adb install path/to/apk

###Recommended Tools

Outlaw IDE - http://outlawgametools.com/outlaw-code-editor-and-project-manager/