ubuntu - Error connecting to download server on install Appcelerator Studio -


enter image description here

this same error posted here: https://community.appcelerator.com/topic/3021/installing-on-ubuntu-14-04

i installed:

oracle-jdk6 nodejs , nodejs-legacy

using

appcelerator x64

on ubuntu 14.04 (specs in attatchment)

also ran:

sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 echo 'export mozilla_five_home=/usr/lib/mozilla' >> ~/.bashrc

and tried:

sudo apt-get install ia32-libs didn't work , instead used this:

sudo -i cd /etc/apt/sources.list.d echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list apt-get update apt-get install ia32-libs

which found here: how install ia32-libs in ubuntu 14.04 lts (trusty tahr)

thank you

enter image description here

linux systems require gtk windowing system, node.js, , jdk installed before running studio. make compatible link

then install cli using following command

  • sudo npm install -g appcelerator

  • appc use latest

  • appc setup

for cli command , troubleshooting

  1. http://docs.appcelerator.com/platform/latest/#!/guide/appcelerator_cli_tasks
  2. http://docs.appcelerator.com/platform/latest/#!/guide/appcelerator_cli_troubleshooting

and take fresh copy of appcelerator studio , install in machine. ​

note: officially appcelerator not have linux support.

http://docs.appcelerator.com/platform/latest/#!/guide/titanium_compatibility_matrix-section-29004837_titaniumcompatibilitymatrix-operatingsystem

hope helps.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -