Questions tagged [android-debug]

The Android SDK provides most of the tools that you need to debug your applications. This tag covers debugging concerns when developing Android applications.

The Android SDK provides most of the tools that you need to debug your applications. This tag covers debugging concerns when developing Android applications.

More Info

426 questions
0
votes
1 answer

How to know the adb commands supported by an APK?

I am working in a company where some of my work includes some interactions with APK files. I just came across an APK file which was developed by some internal team and there is not much documentation for it. I am wondering if there is any way to…
Lost
  • 12,007
  • 32
  • 121
  • 193
0
votes
0 answers

valgrind android doesn't show line numbers

On Android shell: /data/local/valgrind/enter code herebin/valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=/sdcard/valgrind.log…
f0rest
  • 21
  • 4
0
votes
2 answers

my android phone stopped suddenly

I am developing an android app and was trying this app on my phone, my phone has several problems in it so it's not quit good... and I'm just using it for development but was trying my app on it and the app started and suddenly the screen freezed…
0
votes
1 answer

Camera showing black (Emulator)

When I step through my code in the debugger, the camera emulator works as it should. When I run it in the emulator (not stepping though the debugger), I get a black screen as the camera view. The Camera object is NOT = null (I Logged to check). I…
Goku
  • 1,565
  • 1
  • 29
  • 62
0
votes
1 answer

Eclipse Logcat goes crazy

I was using my Eclipse Logcat crazy normally until yesterday where it started displaying messages without stop. My message that I am printing using log.d are no longer printed to the log. Or maybe they are but because of the huge number of messages…
Abdelrahman Shoman
  • 2,882
  • 7
  • 36
  • 61
0
votes
4 answers

Does all apps have their code inside "com" folder?

I have a very basic question with respect to app development. I have no experience in app development, but, I need to reverse engineer android apps. When I reverse engineer (decompile using apktool or androguard) apps, I am seeing that every app has…
0
votes
2 answers

android app is unable to debug in eclipse

I am trying to debug my android app in eclipse but I am not able to do so. I know this question is asked many time. I have try almost all things but still cant debug my app. I have android:debuggable="true" in AndroidManiefest.xml as well as having…
pareshy
  • 341
  • 1
  • 5
  • 15
0
votes
1 answer

how to make an android phone "as good as new" for practising android programming

While working on the emulator, if I want a new device, all I have to do is delete the old device and create a new one How would I go about doing the same if I am working on a real android phone? Is just resetting everything to factory settings and…
user13267
  • 6,871
  • 28
  • 80
  • 138
0
votes
1 answer

android program hangs before onCreate is called (beginner)

I needed some sample code to test out the AudioRecord class and I came across this website LINK TO THE SOURCE CODE However the program doesn't run, and hangs after a while. When the program starts it gives blank screen and does not do anything, and…
user13267
  • 6,871
  • 28
  • 80
  • 138
0
votes
0 answers

Android app ignore headphone dock (temporarily) to use voice search

I am writing an android app that allows a phone to be plugged into a speaker dock, such as SonrLabs, Bose etc, but when they press a button, still be able to voice search from the phone microphone without unplugging the phone from the dock every…
0
votes
2 answers

Memory is not realeased when app is closed

Here is the story: I run my app from Eclipse and let say it uses 20 MB of RAM in Task manager. Then I close my app using "Back button". I check in Task manager and processes that my app is closed. Now I run my app again from phone but now it will…
vovahost
  • 34,185
  • 17
  • 113
  • 116
0
votes
1 answer

Deployed application not launching

I'm working on an application. Recently while deploying application into android phone, the eclipse shows that application is successfully installed in mobile, but I cannot see that application in mobile. But if I see in application management, then…
user2522586
  • 97
  • 1
  • 10
0
votes
1 answer

Surface View not working

I am trying to set up a surface view for graphics but an error keeps showing up that I have to import SView when I already did. Everything I try never seems to work. Is anything missing in the following code? or is it that I forgot to add…
verymessi
  • 117
  • 1
  • 12
0
votes
1 answer

Getting strange error after upgrading to latest android SDK and ADT in eclipse

I recently upgraded to recent android SDK and ADT in eclipse. I am on windows 7. I am facing a strange problem - after some build and runs and debug on device, I am getting error message 'C:\Users\hp\workspace_1\com.xxx.yyy\bin\com.xxx.yyy.apks':…
Sanjay Singh
  • 349
  • 5
  • 18
0
votes
1 answer

LibGDX Android blackscreens at a certain screen

To explain the Situation: I've got a LibGDX Game runnig without Problems as Desktop Project... But as soon as I install the App onto my Android device, It only shows the first screen... In this case, it is a Menu-Screen which obviously needn't much…
Xerusial
  • 525
  • 1
  • 5
  • 17