So I am writing an application for Android, then I tried to run in Debug mode by connecting my phone (Android 8.0) via usb, the application launches fine on the device and works fine, but in "Application Output" tab there is no log messages. When I run the application on my desktop (Ubuntu 18.04), the log messages are there. Then I tried to run the app on Release on my phone and more frustratingly the log messages are still not there and my app is behaving strangely, that is it fails to make network requests (not all of them but only a few) and it doesn't load data from the internet (everything works well in debug mode).
Here is my "Kits" configuration:
0 comments:
Post a Comment