[TIMOB-15805] Ubuntu 12.04 : Debugger Not working for Android Device
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-12-06T22:39:13.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 24 |
Components | Core |
Labels | qe-3.2.0 |
Reporter | Priya Agarwal |
Assignee | Chris Barber |
Created | 2013-11-19T11:23:39.000+0000 |
Updated | 2013-12-06T22:39:14.000+0000 |
Description
Debugger not working for Android Device.
Steps to reproduce:
1. Create new classic/alloy Project.
2. Add breakpoint at proper place.
3. Debug the app on device.
Expected Result:
Must hit the breakpoint and app must be launched successfully.
Actual Result:
Build Failed with logs and screenshot attached.
Attachments
I tested debugging on Android emulator on Linux and was able to get it to work. I don't have an Android device to verify with, so we'll likely need someone in the office to try this out (like QE!).
[~emerriman] Can someone in QE with access to a Linux machine and an Android device try to reproduce this? Looking at the error, it looks like there was some sort of issue where the app was uninstalled before being run or something.
As I tried to debug into the Linux machine for Android debugging issue, I have noticed that the Application Installer failed due to the below exception. This might be probably causing the android debugging failure on Windows : /usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:184 throw e; ^ TypeError: Object #
I tested this on Ubuntu 13.04, Studio 3.2.0.201311221859, CLI 3.2.0 (master), Ti SDK 3.2.0.v20131125103938 with a Samsung Galaxy X4 and it works just fine.