[TIMOB-11379] Android: Modules: Ubuntu 10.04: android module packaging fails
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-08-27T02:45:26.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | core, qe-and100112 |
Reporter | Pragya Rastogi |
Assignee | Eric Merriman |
Created | 2012-10-11T11:45:50.000+0000 |
Updated | 2017-03-24T21:59:44.000+0000 |
Description
Android Modules fail to package.
Steps to Reproduce:
This is not a regression. It also occurs in 2.1.3
Steps To Reproduce:
1. On Ubuntu 10.04, create an Android Module.
2. Package the module (i.e., to Project).
Actual Result:
Build folder error.
Executing build.xml...
/home/global/.titanium/mobilesdk/linux/3.0.0.v20121010184612/module/android/build.xml:370: The following error occurred while executing this line:
/home/global/.titanium/mobilesdk/linux/3.0.0.v20121010184612/module/android/build.xml:325: exec returned: 2
Expected Result:
Module should package.
Did the project have any upper-case characters in the name?
Hey dustin, No. Neither the Project Name nor Module name had any characters in caps.
What happens if you install gperf (and add it to the path if it is not done automatically)?
Hi Dustin, I used the following command to install Gperf in Ubuntu 10.04. And the android packaging worked for me. sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown \ libxml2-utils xsltproc
Did it also work in Studio after that?
The core issues with this ticket are addressed with TIMOB-10724 (remove gperf as dependency) and TIMOB-11220 (surface gperf dependency to user).
*Issue still persists for ubuntu 12.04* +Using Environment+ OS: Ubuntu 12.04 Appcelerator Studio: 3.3.0.201406111952 acs:1.0.14 alloy:1.4.0-rc npm:1.3.2 titanium:3.3.0-rc titanium-code-processor:1.1.1
Linking TIMOB-17059 as same error appears for UBUNTU 12.04 as originally stated in bug.
If I install the necessary prerequisites, does it work?
I was unable to reproduce with Titanium SDK 5.4.0.GA on Ubuntu 16.04 64-bit.
Closing ticket as the issue cannot be reproduced and with reference to the previous comments.