CoronaCards for Android

Hi,

I am porting an app from Corona SDK to Corona Cards in Android. The UI shows up fine, but for some reason, the touch events are not being passed to the CoronaView. I do get a log entry when I touch the screen and there is an error saying mView is null (full logs below). I am testing on a Note 3. 

Any pointers will be appreciated. 

Thanks much,

Logs

==========

12-28 20:30:17.191: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:17.311: E/ViewRootImpl(23027): sendUserActionEvent() mView == null

12-28 20:30:18.161: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:18.591: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:19.131: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:19.301: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:20.401: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:20.571: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:21.001: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:21.391: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:21.571: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:21.911: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:31.261: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:31.411: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:31.571: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

12-28 20:30:32.451: D/ViewRootImpl(23027): ViewPostImeInputStage ACTION_DOWN

Update - looks like these are spurious error messages. I was able to resolve this. Thanks.  

Update - looks like these are spurious error messages. I was able to resolve this. Thanks.