Top "Android-debug" questions

The Android SDK provides most of the tools that you need to debug your applications.

How to debug the Android App in release mode using Android studio

For some reason I have to run my Android App in release mode.I have to run through the code …

android android-studio android-debug
Android display Logcat in TextView

The app I'm building have root-access to Android. I wish to show Logcat log information in one of the TextView …

android android-logcat android-debug
Android Studio: "Frame is not available"?

I am working with Google's Leanback library for Android TV and I am trying to figure out how to best …

android android-studio android-debug
"Failed sending reply to debugger: Broken pipe" when trying to run app on Android device

Trying to develop my first app, and I'm running some code on a Nexus 6. Android Studio tells me I have …

android android-debug
Cannot find local variable 'ac'

Below my code but it is not working - refer to this screenshot of the error during debugging, Cannot find …

java android android-debug
How to enable Android monitor?

I wanted to see how much memory consume my application but when I open Android Monitor it's showing this monitor …

android memory android-studio android-debug
How to debug/reset Android 6.0 permissions?

While migrating one of my apps to use the Android 6.0 permissions system, I found it very hard to debug permissions …

android android-permissions android-6.0-marshmallow android-debug runtime-permissions
Logcat is being "spammed", resulting in "Too much output to process"

Whenever I connect my Samsung Galaxy S5 (running Android 4.4.2) to my computer, the Logcat in Android Studio starts being "spammed" …

android android-studio logcat samsung-mobile android-debug
How to switch between lldb and GDB in Android Studio

While trying to debug a JNI project, I see this image after choosing "run" > "edit configuration": According to NDK …

android-studio android-ndk android-debug
Can't use fonts in my project: - "Error:Error: The file name must end with .xml"

I'm trying to add a font to my Android project, so I can use it via XML. Unfortunately, I'm getting …

android android-design-library android-debug android-fonts