Hi,
I’m following the Android QuickStart guide (http://coronalabs.com/blog/2014/04/01/tutorial-corona-enterprise-quickstart-android/) - after deploying the example app to my device, it immediately crashes and I see the following error stack:
E/AndroidRuntime(16020): FATAL EXCEPTION: main
E/AndroidRuntime(16020): java.lang.Error: Unresolved compilation problem:
E/AndroidRuntime(16020): com.ansca.corona.CoronaEnvironment cannot be resolved to a type
E/AndroidRuntime(16020):
E/AndroidRuntime(16020): at com.wyre.wyre.CoronaApplication.onCreate(CoronaApplication.java:22)
E/AndroidRuntime(16020): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1024)
E/AndroidRuntime(16020): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4684)
E/AndroidRuntime(16020): at android.app.ActivityThread.access$1400(ActivityThread.java:159)
E/AndroidRuntime(16020): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1376)
E/AndroidRuntime(16020): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(16020): at android.os.Looper.loop(Looper.java:176)
E/AndroidRuntime(16020): at android.app.ActivityThread.main(ActivityThread.java:5419)
E/AndroidRuntime(16020): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(16020): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(16020): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1046)
E/AndroidRuntime(16020): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:862)
Any idea what I could be doing wrong?
Thanks!