Most voted "logcat" questions
6 questions
Sort by count of
-
6
votes1
answer495
viewsHow to filter logcat by command line?
I was reading the android documentation and saw that it is possible to monitor logcat by command line, without necessarily having the IDE open. I installed a minimalist version of ADB (only what is…
-
2
votes1
answer1720
viewsLogin screen on Android
I emulated a local server by XAMPP and started trying to develop a login screen for an Android application. It is working perfectly, but only when I log in through localhost(using my local IP…
-
0
votes2
answers410
viewsUnknown Error: "null" when running an Httppost with Parameters
Explanation: I own a simple Android app, and also a Nodejs server. I have the following permissions on AndroidManifest.xml of my application: <uses-permission…
-
0
votes1
answer569
viewsAndroid: Error Running Application
I noticed that using the shortcut Alt+Insert and selecting for him to give me the constructors, he tries to create a constructor with each property private (cManager and mTextView). I remember that…
-
0
votes1
answer876
viewsHow to activate Logcat ?
Hello, I’m making an app where I use Alarmmanager, I need to use Logcat but I don’t know how to make it appear in Android Studio.
-
0
votes0
answers27
viewsShow my connected physical device in Android Studio on logcat
Debugging a code using Logcat is very good. Due to my machine not having many features I am using physical device to test my apps. Only this device does not appear in the list of connected devices…