[TIMOB-13126] Console: Android - When you install the default Titanium app to Android, "Error type 3" message is displayed in the console
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-16T06:49:09.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | qe-3.1.0, regression |
Reporter | Wilson Luu |
Assignee | Chris Barber |
Created | 2013-03-19T20:47:46.000+0000 |
Updated | 2014-06-19T12:42:50.000+0000 |
Description
*Details:* While using the nightly Studio build and installing the default Titanium app to an Android device, the console will print out "Error type 3" message *even though app was installed successfully to Android device.*
*This is a regression. The message does not appear in Studio build 3.0.2.201302191606*
*Steps to reproduce:*
1. Create default Titanium app using SDK 3.1.0.X
2. Install app to an Android device
*Actual:* Even though the app was successfully installed to device, an "Error type 3" message appears in the console (see consoleMsg.txt).
Also, attached the Studio logs with Debug Level set to All and "Show normally hidden processes" checked (see studioLog.txt)
*Expected:* Should not see "Error type 3" message in console when installing app to Android
Attachments
The console output is from the CLI call, and in Studio 3.1.0, we switched to call the new CLI build script for Android instead of calling the builder.py, so I'm re-assigning to Chris to take a look at it. If that's not the case, please assign back to me. Thanks.
Closing bug since this is a duplicate of TIMOB-13122