0
votes
0answers
49 views

Facebook connect not working (SDK 3)

In my app I'm using Facebook SDK and everything works fine when I'm debugging it, after signing it I can't log in to facebook account on every telephone (works on Galaxy GIO and s2 not working on ...
0
votes
0answers
11 views

Debugging a OperationApplicationException insert failed

I am going to try to simplify this situation as much as possible. Observe the following code: //... ArrayList<ContentProviderOperation> batch = Lists.newArrayList(); ...
0
votes
1answer
44 views

Android App Stopped Working For No Reason

My android application literally decided not to work for no reason, I am going to go mad. I hope you can find the error. Please help me. I opened the app on Virtual Device just one minute ago and ...
-3
votes
1answer
45 views

apk is not build in my project

I need help. When I compile my Android Project and go to debug, i see that the application doesn't have the new code lines. Then it's not building right. If I clean the project, the folder bin is not ...
0
votes
1answer
38 views

no MainActivity in the debug window in eclipse where I have the breakpoints

I am trying to debug with eclipse but there is no "MainActivity" in the "debug" window , in order to select and check the variables where I have breakpoints. I am debugging with the device attached. ...
0
votes
0answers
20 views

Phonegap debugging remote user

A user is complaining about a problem that I can not reproduce in any emulator or VM. How can I determine and fix the bug? The application does not crash or show any error message but it does not ...
1
vote
1answer
26 views

Print logs on Android source code using Eclipse breakpoints?

In a debug effort to understand what the system is doing I would like to use the java debugger conditional breakpoints mechanism to print log messages on specific lines in Android's source code. How ...
1
vote
0answers
34 views

Android Studio Debug and DDMS

Is there way to debug and ddms enabled at the same time? For example: add breakpoint to sms receiver, send sms with ddms and stop at the breakpoint.
0
votes
2answers
19 views

Android Debugging - Simulate unplugged phone

I have a program that works great when its plugged in. But, when its unplugged I am having a problem somewhere in the program. I don't know where in the program the problem is coming from because ...
1
vote
0answers
21 views

Understanding a recurring android logcat error

After compiling my ROM, I'm getting a constant recurring SystemUI crash notification, right after booting into the OS. I'm kinda hazy on the log generated, & not able to exactly trace the cause ...
2
votes
1answer
81 views
+50

Debug Lua in a Java project using LuaJava

My project has LuaJava as the script interpreter, for usage in both desktop and android via AndroLua. I want to be able to debug it, but I'm unable to arrange it. I have tried with an Eclipse plugin, ...
-1
votes
2answers
63 views

Android Device Chooser detects my Galaxy S4 as “unknown”

Why does it happen? I already have switched USB debugging on. Kies is installed (in case that Win Update won't find the usb drivers). For any ideas I appreciate everyone!
0
votes
0answers
21 views

How to test againts patchy and poor internet connection scenarios on Android

I have an app which does a lot of interactions with network APIs. I would like to test various scenarios when the internet connection goes offline at different times during the thread execution. ...
0
votes
1answer
39 views

Eclipse Android - Debugger doesn't stop at breakpoint on OnClick method

I want to debug my onClick method in my SaveActivity: public class SaveActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { ...
1
vote
0answers
45 views

Running android development app on real device?

I usually develop in .NET using Visual Studio. I'm just trying to build my first (Hello Work) android App. So I'm new to Eclipse and new to Android. I followed everything on this link up to ...
-6
votes
1answer
62 views

Trying to find cause of lag

I've got a lag in my game that is caused every time I get a the Laser Power Up for the first time. I believe this is the case, because the graphical asset is large. However I load the asset ...
0
votes
0answers
43 views

Properly debugging Android source code in Eclipse

Eclipse Juno 4.2 Targetting API 17 Debugging on Galaxy S3 (API 16) I know that starting from API 14, the SDK Manager lets you download the Android source code. I've added ...
-1
votes
0answers
34 views

AIR for Androdid compiler issue [closed]

I´m trying to install an air for android app in a nexus4 but not work, it get stuck. I have the usb debbuging in the phone, internet permissions, Android 4.2.2 and Android 3.0 installed. I try with a ...
-1
votes
2answers
58 views

[ANDROID][ECLIPSE]error: Error parsing XML: duplicate attribute [closed]

Line 14 gives me the duplicate error. Line 16 gives me "Element type "application" must be followed by either attribute specifications, ">" or "/>".". This happened when I was in the Manifest setting ...
0
votes
0answers
39 views

ADB Cannot show my device after the first command

I am running Android Platform tools for MAC OSX. when I connect the android device and execute ./adb device it list my device. If I tried to run something later like ./adb shell ???? it runs the ...
-3
votes
2answers
45 views

Useful tools that detect bugs automatically in Android app development [duplicate]

Are there Android Apps developer willing and available to spend their 2 minutes talking about the tools you use to detect and solve bugs during development? I am looking for analysis tools specific ...
0
votes
2answers
41 views

Android error with R file - not fixed by cleaning/building in Eclipse

I've spent the past two hours trying to figure this out - I'm using Eclipse to try to learn Android development, and like hundreds of others, I'm having a problem with the R.layout.main file, and the ...
0
votes
1answer
62 views

Debug Javascript application on chrome(android version) wirelessly (without usb debugging)

My android phone and my IIS are both connected to the same network. I wonder are there any ways that let me wirelessly debug javascript app which is running on android's chrome ?
0
votes
0answers
111 views

sencha touch + cordova deployed app crashes on Android device: How to debug?

Scenario: Bundled a Sencha Touch 2.1.1 app with Cordova 2.5.0. App runs perfectly fine in Web browser and on Android Virtual Device. Problem: Deployed app to phone (HTC Sense running Android ...
0
votes
1answer
64 views

startService() not running in android

I'm trying to run startService() in my android app, but it is not working. Here is the code from the call to start the service: Intent mPositioningIntent = new Intent(this, ...
0
votes
1answer
35 views

Android App debugs via Eclipse with no error but Crashes from Play Store

I'm having a real issue. I'm getting a crash every time I try and download my app through the play store, yet deploying via Eclipse it works perfectly fine. I keep getting this error: ...
0
votes
2answers
53 views

Why can't I add these default values in my SQLite database in Android?

So I'm building an alarm application. I want to display a few default alarms when the application is first installed. For example, 3 alarms at 7am, 8am and 9am. Below is my code. getAllAlarms() is ...
2
votes
2answers
116 views

Need an IDE for Android NDK + SDK development

Since I've got issues with ndk development on eclipse (multiple errors when I open a .c file in the JNI so I cannot set any breakpoint without close and reopen the project after it) I was wondering if ...
1
vote
2answers
58 views

Debug android app that's NOT in Play Store (Log Collecting)

I have released an Android application to about 5-10 people who are close friends of mine to test it out. I just sent them my .apk file. The problem is, when it crashes (happening often, as I'm early ...
-1
votes
2answers
51 views

Eclipse with ADK - I cannot see my device [closed]

I'm developing for an Android ViewSonic VSD220 all-in-one. Eclipse won't find my device when I look for it in the debuggeable devices screen, I only have the Virtual Device option. -USB-Debugging ...
0
votes
3answers
60 views

The Android Manifest.xml is getting corrupted

I have encountered an un-debug-able problem for my last three projects. The same error I get after creating every two-three activities in each project is :- Parser Exception : The markup in the ...
1
vote
1answer
23 views

using gdb for android from a linux terminal

I have a C++ program for android that I would like to debug by running line by line (stepping through) in the same way I can using gdb on Linux from terminal and have it also print out all the current ...
1
vote
3answers
720 views

adb can't detect Sony Xperia s although I installed driver

I want to use my Xperia S for debugging, so I followed the OEM USB Drivers instructions step by step but still not work, I didn't find "Android Composite ADB Interface" to update driver as it ...
-1
votes
1answer
52 views

Eclipse/Android: App is freezing without LogCat information [closed]

My app is freezing on a point I can't locate. There are no LogCat informations (and in Eclipse the LogCat disappear after freezing so I can't post it) - the app just don't answer anymore. This problem ...
0
votes
1answer
29 views

My phone restarts when I connect it to the notebook

I try to debug android aplication in my phone.. I have already installed Eclipse, I run tests on AVD smoothly and now I want to debug in my phone, but, when I connect it to the notebook for USB port, ...
1
vote
0answers
25 views

Android Browser is in infinite loading state - Can I see what's loading?

Is there a way to see what's loading in the Android Browser app? My app won't finish loading on in this browser so I'd love to see what's causing it.
0
votes
0answers
25 views

Debug.dumpHprofData doesn't appear to work

I have an app that appears to be behaving strangely with memory. It starts off taking up 10-11MB. If I go back and forward to its other activity about 5 times, it slowly creeps up to 13MB (note, I ...
0
votes
0answers
90 views

Cannot detect wifi connection established

I have a listener for the following Android broadcast event: android.net.wifi.supplicant.CONNECTION_CHANGE. According to multiple sources, this is supposed to tell you when a connection to a wireless ...
0
votes
1answer
103 views

how to simulate multiple socket in Android emulator

Hi I am developing an Android client-server based app with multiple client app connecting to the server app. I am using socket to communicate between the clients and server. I want to simulate ...
0
votes
4answers
59 views

async task fails when i try to use params

guys. I have this code: package com.example.httpprogress; import java.io.BufferedInputStream; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import ...
0
votes
3answers
39 views

how to figure out the flow of an android project using debug

I'm new to android development. I download a toy project and want to figure out the flow of this project. Can I use debugging to figure out it and how? Let me explain it more detail. Every android ...
0
votes
0answers
22 views

Android dmtracedump format

I am looking at output of command: dmtracedump -o com.example.android.notepad.trace I understand that using dots they specify the hierarchy of calls. There is also specified actions "ent" and "xit" ...
0
votes
2answers
47 views

Print/debug GeoPoint Array

I have a GeoPoint array list shown below: ArrayList<GeoPoint> listOfPoints = new ArrayList<GeoPoint>(); and I would like to print it out to check that it correctly contains the points I ...
0
votes
1answer
71 views

Android Device, Internal Disk Space runs out real quick

I'm having a problem with one of the applications I'm developing. So far, I'm using USB Debugging mode to install/update the app in my Android device, that's a Huawei MediaPad 7 Lite (Android ICS ...
0
votes
2answers
221 views

No driver for Asus MeMO Pad to do application debug using eclipse

I have the same problem like in the following SO post- I got a new Asus Memo Pad for debugging my android application in eclipse while running the application in the Asus Memo Pad. But when I go to ...
4
votes
2answers
131 views

Firebug like debugging on Android

I have seen several posts that talk about remote debugging of javascript code on Android, but they all miss the point of what I am trying to do. I have a Nexus 7 and I want to use it as a remote ...
0
votes
1answer
33 views

While debugging different id for a object in eclipse means different instances?

I am debugging an android project in eclipse. And I am seeing two different id for a class variable. Does that means both are different instances?
-1
votes
1answer
40 views

Log.v work but unable to debug app in android simulator

I am trying to debug an application but it's not working. Please can someone suggest me what is happening from screenshot I have posted below: @Kumar Bibek thanks for your comment but I am ...
-1
votes
1answer
66 views

Debugging Android (client - in physical smartphone device) and tomcat (server) on eclipse (localhost)

How to debugg an Android (client - in physical smartphone device) and tomcat (server) on eclipse (localhost). Context: Android application (loggin-in for example) towards a tomcat server in ...
0
votes
1answer
34 views

Any recommendation of RAM and CPU usage on android device

I have a device is showing a slow response and slugginese. Could you please point me to a correct app for monitor a CPU and RAM usage to identify the process that cause this issue. Thanks in advance ...

1 2 3 4 5 21