Kuraturpa / titanium-c2dm

C2dm push notifications for titanium-mobilesdk 1.8.0.1
Other
18 stars 3 forks source link

Error on app building #2

Open johnnnysc22 opened 12 years ago

johnnnysc22 commented 12 years ago

I was able to build the .zip using ANT. I updated the module and when i go to build my app i get the following error. Any ideas?

[ERROR] Error(s) compiling generated Java code [ERROR] G:\apps\TicketScalper 6.0\build\android\gen\com\turtleburp\ticketscalper\Ticketscalper60Application.java:40: cannot find symbol symbol : class C2dmBootstrap location: package com.findlaw.c2dm runtime.addExternalModule("com.findlaw.c2dm", com.findlaw.c2dm.C2dmBootstrap.class); ^ 1 error

johnnnysc22 commented 12 years ago

i found the issue to be if i build with V8 as the runtime. If I use Rhino then i can get it to build. Any ideas?