Print not working with Android

This is what I have, and the other project that works is almost the same (but it has iphone icons defined)

settings = {     orientation = {         default = "landscapeRight",      content = "landscapeRight",         supported = { "landscapeRight"  },     },   android = {      usesPermissions = {        "android.permission.INTERNET",        "android.permission.WRITE\_EXTERNAL\_STORAGE",      },   },     iphone =     {             plist =             {                     UIAppFonts =                      {                             "CurseCasualJVE-Regular.otf",                             "StintUltraCondensed-Regular.ttf",                     }             },     }, }  

Nothing wrong there… I am afraid I cannot help much without seeing the code. If you want upload it to github and send us the link.

Thanks, I really appreciate you helping me. I am going to continue to try to figure out what the difference is between my two apps. My assumption is something unbeknownst to me is hooking into io.write and stealing my print() logs, I wish there was an easier way to identify the culprit so I can steal them back! But Corona can log stuff, so how is that? Is Corona internally using a different method that what print() uses?