Hi all,
I followed the instructions in the android enterprise tutorial and can successfully compile, sign, and install my app on my android device. However, I’ve noticed a couple issues:
-
The icon for the app is using a green android icon instead of my apps icons
-
When I try to run the app it crashes with the following error:
I/ActivityManager( 377): Start proc com.spacewolf.games.unscramble.free for activity com.spacewolf.games.unscramble.free/com.ansca.corona.CoronaActivity: pid=3360 uid=10070 gids={50070, 3003, 1028} D/AndroidRuntime( 3360): Shutting down VM W/dalvikvm( 3360): threadid=1: thread exiting with uncaught exception (group=0x412d3930) E/AndroidRuntime( 3360): FATAL EXCEPTION: main E/AndroidRuntime( 3360): java.lang.Error: Unresolved compilation problem: E/AndroidRuntime( 3360): com.ansca.corona.CoronaEnvironment cannot be resolved to a type E/AndroidRuntime( 3360): E/AndroidRuntime( 3360): at com.spacewolf.games.unscramble.free.CoronaApplication.onCreate(CoronaApplication.java:22) E/AndroidRuntime( 3360): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1000) E/AndroidRuntime( 3360): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4391) E/AndroidRuntime( 3360): at android.app.ActivityThread.access$1300(ActivityThread.java:141) E/AndroidRuntime( 3360): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1294) E/AndroidRuntime( 3360): at android.os.Handler.dispatchMessage(Handler.java:99) E/AndroidRuntime( 3360): at android.os.Looper.loop(Looper.java:137) E/AndroidRuntime( 3360): at android.app.ActivityThread.main(ActivityThread.java:5041) E/AndroidRuntime( 3360): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 3360): at java.lang.reflect.Method.invoke(Method.java:511) E/AndroidRuntime( 3360): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) E/AndroidRuntime( 3360): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) E/AndroidRuntime( 3360): at dalvik.system.NativeStart.main(Native Method) W/ActivityManager( 377): Force finishing activity com.spacewolf.games.unscramble.free/com.ansca.corona.CoronaActivity D/dalvikvm( 377): GC_FOR_ALLOC freed 868K, 29% free 22037K/30852K, paused 83ms, total 84ms W/ActivityManager( 377): Activity pause timeout for ActivityRecord{41b60df8 u0 com.spacewolf.games.unscramble.free/com.ansca.corona.CoronaActivity} I/ActivityManager( 377): No longer want com.google.android.apps.magazines (pid 31741): empty #17 I/Process ( 3360): Sending signal. PID: 3360 SIG: 9 I/ActivityManager( 377): Process com.spacewolf.games.unscramble.free (pid 3360) has died.
When I use the simulator to do builds everything works fine so it has something to do with my enterprise setup.
Can anybody help me out?