- adb is not used on mac you need to type ./adb
2) ./adb shell am start -n xxx.xxx.xxx/com.ansca.corona.CoronaActivity
where xxx.xxx.xxx is my app launches the app on device
3) adb logcat Corona:v *:s (you really need to use ./adb …. though)
what it does is, plots the following on terminal and NOTHING ELSE:
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
UPDATE:
I’ve tested another app and same issue on Android device (works fine in simulator) maybe it’s structure thing?
I have my main.lua in resourcedir, then a dir called scenes, in there I have loader.lua and also in the resourcedir I have “general” folder where I keep my general modules like database/file/other handlers.
Again works fine on simulator.
/BK