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

Android debug on devices which connect to remote server

I have a remote server which connect some android devices, how can I debug on them from my local laptop, with user interaction enabled?
cgcgbcbc
  • 539
  • 4
  • 20
0
votes
0 answers

Checking which function modifies the variable in Android Studio

I am having a problem with a project in android studio. I don't know which function is changing my variable value and I want to see what's responsible for changing it. Is there any way to see which function/constructor does modify the variable ?…
Lind
  • 277
  • 2
  • 5
  • 16
0
votes
3 answers

“'this' is not available” in debug windows of Android Studio

Please I really need help with this, this might seem a duplicate of "'this' is not available" in debug windows of Android Studio but I need to provide more information to address the specific issue. So I am in the same situation of the question at…
Lisa Anne
  • 4,482
  • 17
  • 83
  • 157
0
votes
1 answer

Android debug keystore hash key failure in facebook

I use Java 1.8 version and OpenSSL 1.0.2f. But when I generate a hash key it will not match with Facebook hash key. I regenerate an Android debug key manually and through Eclipse but no effect. My Google+ API is also not working. I am using a MAC…
ABIRAMAN
  • 929
  • 8
  • 12
0
votes
1 answer

Android Debugger Hanging in Android Studio 1.5 Beta

I have breakpoint at a global variable List<> in a Fragment but as soon as my Fragment is added my app hangs in debugging mode. I don't know how to solve this issue. Code: public class Syllabus extends Fragment implements…
Nikhil Verma
  • 1,777
  • 1
  • 20
  • 41
0
votes
1 answer

Cant run or build apk?

When trying to run or build my apk in debug or release version i get a popup saying that my apk cant be installed because it wasnt signed properly. Im also getting this error shown at the same time Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES] So…
Intelli Dev
  • 156
  • 3
  • 15
0
votes
3 answers

Android apps Logger - for tester

I am an android developer, I develop apps for clients. However, in client devices, some app crash issue usually happened. But it didn't happen in my device. But I cannot reach my client, so, here is question:~~~~ Is there any plugin or tools that…
0
votes
0 answers

adb Logcat: Most of the messages are lost (due to length)

I'm trying to debug an android App with adb. But unfortunately most of the messages from the log are like this: W/AEE ( 0): some logs have been lost (5046 bytes estimated) It goes like this almost all the time and I can not capture the actual…
anton-k
  • 11
  • 2
0
votes
0 answers

Can't test my Android apps on my LG MS395

I've allowed USB debugging on my phone and connect it through my USB port. But it doesn't show up in "Choose a Running Device" (I'm using Android Studio 1.2.2). I thought I'd have to update the USB driver for it or something, but when I look up…
Homerdough
  • 173
  • 1
  • 2
  • 14
0
votes
1 answer

Alternative of 'unfortunately app has stopped'

I want to know is there any way to know the cause of error or make android device to show the error details instead of just displaying the message 'Unfortunately App has stopped working' ?
sv_jan5
  • 1,543
  • 16
  • 42
0
votes
1 answer

Debugging IntentService that syncs ParseObjects

I have an android project that uses parse.com for its backend. To cut the number of api calls, I had been pinning "not so important" data to the local data store and trying to sync it once every user session. I am using a IntentService for this. I…
55597
  • 2,033
  • 1
  • 21
  • 40
0
votes
0 answers

Log gps location requests in OS?

For research purposes, I want to find out how often the Facebook app retrieves info on GPS coordinates from the mobile phone. Do you know any way to log "location requests" made by apps in Android? Or any other methods to examine it? I can't sniff…
Kristoffer
  • 1,984
  • 3
  • 14
  • 29
0
votes
1 answer

application is not installed on your phone error in android

I am beginner in android programming. This problem occured when I run application on android device from eclipse. I have run same application many times, But when I run it today device restarted automatically and after that all app shortcuts icon…
compyutech
  • 578
  • 3
  • 8
  • 26
0
votes
1 answer

how to run eclipse indigo run sony mobile zr device (C5502)

How to run a program on your phone sony zr ،Personal computer with the Eclipse runtime , but knows it 's shown as offline while the phone is placed in debug mode
user4853971
0
votes
1 answer

Telnet Sip Server From Android Emulator Jain Sip Application

I have successfully implement the jain-sip application on android and I have Sip-Servlet application deployed on mobicent-server. I have mobicent-jbossas7 server running on port 127.0.0.1:5080 (Sip-UDP). I have created SipStack on port 5060 and I…
mubeen
  • 813
  • 2
  • 18
  • 39