Error connecting to download server when installing Appcelerator Studio

enter image description here

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

I have installed:

oracle-jdk6 nodejs and nodejs-legacy

Using

appcelerator x64

on Ubuntu 14.04 (specs in customization)

also performed:

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 , but this did not work, and instead I 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 I found here: How to install ia32-libs on Ubuntu 14.04 LTS (Trusty Tahr)

thanks

enter image description here

+6
source share
1 answer

Linux systems require the GTK, Node.js, and JDK windows system to install before starting Studio. So make it compatible with this link

Then install the CLI using the following command

  • sudo npm install -g appcelerator

  • appc use the latest

  • appc setup

For CLI command and troubleshooting

And grab a new copy of Appcelerator Studio and install it on your computer.

Note. Officially, Appcelerator does not support Linux.

http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-OperatingSystem

Hope this helps.

+1
source

All Articles