Using a very simple example app from the site, and regenerating my google API keys, I find that my android build crashes at launch. If I remove the map from Alloy or don't add it to an active view in JS, my build works.
This is the map error:
[INFO] I/Google Maps Android API: Google Play services client version: 4132500 [INFO] dalvikvm: Could not find method guj.a, referenced from method gqi.a [WARN] dalvikvm: VFY: unable to resolve static method 24936: Lguj;.a (Landroid/content/Context;)Lgri; [DEBUG] dalvikvm: VFY: replacing opcode 0x71 at 0x0003 [ERROR] dalvikvm: Could not find class 'gpr', referenced from method gps.a [WARN] dalvikvm: VFY: unable to resolve new-instance 4090 (Lgpr;) in Lgps; [DEBUG] dalvikvm: VFY: replacing opcode 0x22 at 0x0000 [ERROR] dalvikvm: Could not find class 'gpr', referenced from method gps.a [WARN] dalvikvm: VFY: unable to resolve new-instance 4090 (Lgpr;) in Lgps; [DEBUG] dalvikvm: VFY: replacing opcode 0x22 at 0x0000 [ERROR] dalvikvm: Could not find class 'gpr', referenced from method gps.a [WARN] dalvikvm: VFY: unable to resolve new-instance 4090 (Lgpr;) in Lgps; [DEBUG] dalvikvm: VFY: replacing opcode 0x22 at 0x0000 [DEBUG] dalvikvm: DexOpt: unable to opt direct call 0x5ea3 at 0x0a in Lgps;.a [DEBUG] dalvikvm: DexOpt: unable to opt direct call 0x5ea3 at 0x0c in Lgps;.a [DEBUG] dalvikvm: DexOpt: unable to opt direct call 0x5ea3 at 0x0a in Lgps;.a [INFO] I/Google Maps Android API: Google Play services package version: 5084070 [WARN] dalvikvm: VFY: unable to resolve static field 20873 (t) in Lyp; [DEBUG] dalvikvm: VFY: replacing opcode 0x62 at 0x000e [WARN] ResourceType: No package identifier when getting name for resource number 0x000003e8 [DEBUG] AndroidRuntime: Shutting down VM [WARN] dalvikvm: threadid=1: thread exiting with uncaught exception (group=0xa4c49648) [INFO] Process: Sending signal. PID: 2221 SIG: 9 -- End application log -------------------------------------------------------Titanium 3.3.0 Alloy 1.4 Multiple android devices (all with Google play current)