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?