Hello guys, this is a follow-up thread on this original thread by
lmr2013:
http://forumfiles.thegamecreators.com/thread/215293
From all indications the
ExtractZip command doesn't work on an Android Device when you run an App exported as an .apk.
Identical code works fine on Windows and Android when using AppGameKit Player, but when same code is exported to .apk and installed the command won't work.
I've done my due-diligence; ensured I adhered to the same case (lower/upper case), made sure I'm extracting to the right location, etc but no luck.
For the meantime I've had to selectively use or avoid the Zip commands depending on the platform on which the app is run (mobile or pc).
It would be cool if someone from the Dev team could take a look, thanks!