I am trying to run sample app in corona enterprise edition.
My Mac OS X: 10.8.2
Xcode : 4.6
android target=android-16
In my project.properties have
This file is automatically generated by Android Tools.
Do not modify this file – YOUR CHANGES WILL BE ERASED!
This file must be checked in Version Control Systems.
To customize properties used by the Ant build system edit
“ant.properties”, and override values to adapt the script to your
project structure.
To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
Project target.
target=android-16
android.library.reference.1=${CoronaEnterpriseDir}/Corona/android/lib/Corona
and local.properties have
This file is automatically generated by Android Tools.
Do not modify this file – YOUR CHANGES WILL BE ERASED!
This file must *NOT* be checked into Version Control Systems,
as it contains information specific to your local configuration.
location of the SDK. This is only used by Ant
For customization when using a Version Control System, please read the
header note.
sdk.dir=/Users/LHD8/Documents/Softwares/adt-bundle-mac-x86_64/sdk
when i run the ./build.sh I am getting this error
BUILD FAILED
/Users/LHD8/Documents/Softwares/adt-bundle-mac-x86_64/sdk/tools/ant/build.xml:598: The following error occurred while executing this line:
/Applications/CoronaEnterprise/Corona/android/lib/Corona/build.xml:46: sdk.dir is missing. Make sure to generate local.properties using ‘android update project’ or to inject it through an env var
Total time: 1 second
what is the problem please tell me…