Android packaging Error for Datatables, working fine with Editor

Hi,
I am facing problem in packaging the project for unreal. In editor build is successful but for packaging I am getting error:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1a,ETC1)): LogInit: Display: LogDataTable: Error: UDataTable::FindRow : DataTable ‘/Game/2DSideScroller/Datatables/PowerUpInfoData.PowerUpInfoData’ has no RowStruct specified ().

Corresponding Cpp code where I am having this is:
ConstructorHelpers::FObjectFinder PowerUpIngamedatatable(TEXT("/Game/2DSideScroller/Datatables/PowerUpInfoData"));

Note the build is successful in Editor builds. I have tried to add the datatable folder to the additional cooked folder path but still not working.

Here is a screen shot of the error:

Here is the cpp code screen shot:

Please help me out
Thanks Atin