Hi,
I was building my application for android (debug mode) and install it on the device.
All working well but tut the command : “adb logcat Corona:v *:s” show nothing.
If I just run “adb logcat” there are a lot of data displays on the screen. (Seems that any print("") from Corona doesnot display) - What can be arong ?
I want to emphasis that this command work OK for me until I did 2 things:
- I have reset my device
2)I have create Alpha APK and publish it on Google store (for testing purpose) - note that I have uninstall the Alpha Version from my device and install the APK (debug mode) by using adb as follow :" adb install “nose in space.apk”"
Thx
Yuval