We are porting our Corona-project to CoronaEnterprise and managed to configure Xcode to build for iOS and also managed to make a build.sh-script to build for android. But it would be nicer to have an IDE.
Eclipse always compiles a “corruptet application”. Even after I forced Eclipse to run the build-script it compiles its own CoronaActivity.apk and tries to put its version on the device/emulator instead of our version.
Is there any tutorial how to set up Eclipse for a CoronaEnterprise-project?