Android devices use a virtual file system so it’s hard to work with. I don’t know if subdirectories in the Resource directory will be supported in the future.
As far as I know, creating subdirectories at run-time is not supported in Corona. [import]uid: 7559 topic_id: 9139 reply_id: 35317[/import]
I have built an app for Android using 2011.484 SDK version. My device is running Android 2.2. When I try to install .APK package file on device, I am getting ‘INSTALL_FAILED_INVALID_APK’ error. I was able to build for the same device using 2011.288 SDK. Please help!
If your device is not running a ARMv7 processor, it’s no longer supported starting with build 328. [import]uid: 7559 topic_id: 9139 reply_id: 36332[/import]
Does corona’s latest SDK build support Cortex-A8 processor?
I am planning to buy a new device for testing my android apps.
If you have the list of the phones which corona’s latest sdk does support, then please give it to me. Any help would be appreciated.
Corona only supports processors that support the ARMv7 processor.
Here is a link to ARMv7 devices: https://wiki.mozilla.org/Mobile/Platforms/Android [import]uid: 7559 topic_id: 9139 reply_id: 37485[/import]
Capitalisation caught me out. A file “required” as utilities in the code but actually called Utilities.lua. Worked fine in the simulator but not on the Android device. A genuine “slap my forehead” moment when I found it. [import]uid: 95579 topic_id: 9139 reply_id: 66993[/import]