plugin.zip error in Android

I’m trying download a zip file and extract them with zip plugin,

here the build.settings for zip plugin

plugins =     {       ["plugin.zip"] =        {          publisherId = "com.coronalabs",       },    }, 

It’s worked when i run app in Corona Simulator and iOS simulator but got an error in Android device,

this the stacktrace error message :

Corona  I  Runtime error Corona  I  error loading module 'plugin.zip' from file '/data/data/test.app/lib/libplugin.zip.so': Corona  I  Cannot load library: reloc\_library[1290]:   110 cannot locate '\_\_aeabi\_idiv0'... Corona  I   Corona  I  stack traceback: Corona  I      [C]: ? Corona  I      [C]: ? Corona  I      [C]: in function 'require' Corona  I      ?: in function 'require' Corona  I      ...nts/Development/testapp/maintest.lua:5: in main chunk Corona  I      [C]: in function 'require' Corona  I      ?: in function 'require'  

Why am i got this error in Android Device?

Can anyone help me?

Maybe from Corona Staff.

What version of Corona are you running?

What is line 5 of your maintest.lua?

Corona version is :

   Build: 2013.1137

and the line 5 in maintest.lua :

   local zip = require(“plugin.zip”);

can anyone help me?

Can anyone help me?

Maybe from Corona Staff.

What version of Corona are you running?

What is line 5 of your maintest.lua?

Corona version is :

   Build: 2013.1137

and the line 5 in maintest.lua :

   local zip = require(“plugin.zip”);

can anyone help me?