Download Appcelerator Titanium Studio For Mac

theaterrenew
10 min readNov 5, 2021

Download here

Skip to end of metadataGo to start of metadata

  1. Appcelerator Id
  2. Download Appcelerator Titanium Studio For Mac Download
  3. Appcelerator Studio

I have install the mac os x yosemite on virtual box. I have install the xcode 6.4 and also have create test app, its working. I have installed the Appcelerator Studio but it don’t run the code in iPhone simulator.

This document provides answers and links to commonly asked questions about Studio.

  1. Appcelerator Studio; TISTUD-8666; Cannot install studio on customer Mac.
  2. The Appcelerator Platform will arm us with the visibility and agility to build, deliver and manage business critical mobile apps Rusty Bealer Bracket Read the Case Study +1 650–200–4255 Contact Sales.
  • Studio hangs on launch
  • Accessing the log from Studio

Studio hangs on launch

Studio can hang for three common reasons: you may be using the wrong version of Java, the version of Node.js is either out of date or beyond what is currently supported, or you’re not logged in to an Appc environment.

Java

Confirm that you are using a supported version of Java by visiting Titanium Compatibility Matrix#Javasupport.

  1. Check to see which version of Java is active: java -version
  2. Check to see if Appc recognizes the correct version of Java: appc ti info
  3. If there is any discrepancy, please install a supported version of Java.

Node.js

To confirm which version of Node.js is supported, visit Titanium Compatibility Matrix#Node.js.

  1. Check to see which version of Node.js is active: node -v
  2. Check to see if Appc recognizes the correct version of Node.js: appc ti info
  3. If there is any discrepancy, please install a supported version of Node.js.

Appc login

To confirm you are logged into an Appc environment, follow these steps:

  1. Execute appc logout to confirm you are not logged in.
  2. Execute appc login and provide your credentials.
  3. Launch Studio.

It should be also noted that if you are logged into Appc environment on another machine, Studio will hang on the launch screen. Use the steps above to log in/out.

Which version of Java should I use with Windows?

The JDK needs to be 32bit whether Windows running 32 or 64 bit.

Check Android and set Android SDK version

You can see which ones you have installed using appc ti info -t android (Android Platforms) and select the one to use via tiapp.xml. It will default to 21 atm. See Android SDK / Target Android Platform for more details.

How do I resolve this error: [ERROR] : invalid request

Please open your terminal and type: appc login. Login with your credential and restart Axway Appcelerator Studio.

Error during installation IDE recommended updates

Execute the following commands:

Icon

For Windows users, execute the same commands without the sudo command within the administrative command prompt.

Setup Android SDK for Studio on Windows

  1. Download the Android SDK manually.
  2. Move the downloaded file in C: directory. Go to the Android SDK > tools and click on Android and select all tools, Android-6, and Extra folder then install those packages.
  3. Setup Android SDK via the command prompt:
  4. appc ti config android.sdk /<SDK location>/
  5. appc ti setup android
  6. Restart Windows.

Install Appcelerator Studio on the Mac

  1. Download node.js and install it.
  2. Icon
  3. Refer to Node.js Compatibility Matrix for which version to install.
  4. Install Appcelerator CLI via the terminal:
  5. Download and install Studio. Installing Studio automatically installs all other prerequisite software.

Appcelerator Studio is unable to install latest appc CLI due to proxy/network configuration issues

  1. Open a terminal and execute this command: appc use latest
  2. If you get the same error what you reported, verify your proxy configuration by executing this command: appc config get proxyServer
  3. If this proxy configuration command shows any configured proxy and it was set unintentionally, you can remove it by executing this command: appc config set proxyServer
  4. If there is no proxy configured but the issue still remains, it may be that your network firewall is not allowing accessing to Appcelerator Software Update site. Contact your network admin to unblock that site.

Accessing the log from Studio

In Studio, go to Help > Studio > View Log File. This will open the log file in an editor window where you can save the log info to a separate file.

Accessing the Daemon log from Studio

In Studio, go to Help > Studio > Generate Appc Daemon Dump. It generates the appc daemon dump and provide you the location for the generated file.

Accessing the Log from the File System

Current log file is located in the ../.metadata directory in your workspace directory. The following lists the path for various operating systems:

  • Windows XP: C:Documents and SettingsusernameMy Documents<Studio Workspace>.metadata.log
  • Windows Vista/Windows 7: C:UsersusernameDocuments<Studio Workspace>.metadata.log
  • Mac OS X: ~/Documents/<Studio Workspace>/.metadata/.log

Fresh installation of Studio for Windows

If you download the Axway Appcelerator Studio and install it, the installation process will cover all the steps automatically. But, sometimes, the installation process may encounter an issue. If this is the case, it may be better to install all other prerequesities and then install Studio.

  1. Install 32bit Java. Review the info in Installing Oracle JDK for Windows setup.
  2. Download node.js and install it.
  3. Icon
  4. Refer to Node.js Compatibility Matrix for which version to install.
  5. Execute the following commands via the admin command prompt:
  6. Download and install Studio. Installing Studio automatically installs all other prerequisite software.
  7. Launch Studio.

Installing x86 emulator packages

Maximum versions of the Android API are available with Intel x86 emulators. Look for the ‘Intel x86 Atom System Image’ in the Android SDK Manager.

Go to Android SDK > tools and click on Android and select all tools, Android-6, and Extra folder (Intel x86 emulator accelerator (HAXM)). Install those packages.

The x86 emulator may run faster than the standard ARM emulator but may show minor differences with the ARM emulator. Extra software is required to take advantage of the x86 emulator. See Run Apps on the Android Emulator in the Android Tools documentation for details.

The Extra software is Intel x86 emulator accelerator (HAXM).

How to enable analytics in a new Appcelerator project?

To enable analytics in a new Appcelerator project:

  1. In Studio, create a new Mobile Application (File > New Mobile App Project…).
  2. Make sure the Enable Appcelerator Services option in enabled in the New Mobile App Project dialog and select the appropriate organization from the Organization pop-up menu. The application is tied to the account and organization used to create it.
  3. Enter the rest of the required project information and click Finish.
  4. Build your application and deploy to devices to begin collecting analytics data.

Error: com.appcelerator.install.use.download.error

Please try following steps:

  1. Open terminal (Mac) or administrative command prompt (Windows) and type: appc config get proxyServer
  2. After the first command has finished, execute this one: appc config set proxyServer null
  3. Try logging in again and enter your credentials: appc login
  4. Launch Studio and try to log in again.

How do I generate GUID on MAC

  1. Select your project.
  2. Open Studio terminal and execute: uuidgen
  3. Copy the output and open tiapp.xml file.
  4. Find <guid> tag and replace the value with the copied value from the terminal output.
  5. Clean your project several times and build.
  6. If you still get the error, close Studio, reopen, and build again.

No Android SDK found

  1. Go to your Android SDK folder/tools/android. This will open Android SDK manager.
  2. Download and install the recommended SDK tools and build tools.
  3. Restart your computer after the installation is done.

If the issue happens after installing Titanium SDK from IDE recommendation, it possible your SDK installation ran into some error during installation. You need to manually download the SDK and install it.

Setup Android SDK for Studio on Windows

  1. Download the Android SDK manually.
  2. Move the downloaded file in C: directory. Go to the Android SDK > tools and click on Android and select all tools, Android-6, and Extra folder then install those packages.
  3. Setup Android SDK via the command prompt:
  4. appc ti config android.sdk /<SDK location>/
  5. appc ti setup android
  6. Restart Windows.

Install Appcelerator Studio on the Mac

  1. Download node.js and install it.
  2. Icon
  3. Refer to Node.js Compatibility Matrix for which version to install.
  4. Install Appcelerator CLI via the terminal:
  5. Download and install Studio. Installing Studio automatically installs all other prerequisite software.

Appcelerator Studio is unable to install latest appc CLI due to proxy/network configuration issues

  1. Open a terminal and execute this command: appc use latest
  2. If you get the same error what you reported, verify your proxy configuration by executing this command: appc config get proxyServer
  3. If this proxy configuration command shows any configured proxy and it was set unintentionally, you can remove it by executing this command: appc config set proxyServer
  4. If there is no proxy configured but the issue still remains, it may be that your network firewall is not allowing accessing to Appcelerator Software Update site. Contact your network admin to unblock that site.

Accessing the log from Studio

In Studio, go to Help > Studio > View Log File. This will open the log file in an editor window where you can save the log info to a separate file.

Accessing the log from the file system

Current log file is located in the ../.metadata directory in your workspace directory. The following lists the path for various operating systems:

  • Windows XP: C:Documents and SettingsusernameMy Documents<Studio Workspace>.metadata.log
  • Windows Vista/Windows 7: C:UsersusernameDocuments<Studio Workspace>.metadata.log
  • Mac OS X: ~/Documents/<Studio Workspace>/.metadata/.log

Fresh installation of Studio for Windows

If you download the Appcelerator Studio and install it, the installation process will cover all the steps automatically. But, sometimes, the installation process may encounter an issue. If this is the case, it may be better to install all other prerequesities and then install Studio.

  1. Install 32bit Java. Review the info in Installing Oracle JDK for Windows setup.
  2. Download node.js and install it.
  3. Icon
  4. Refer to Node.js Compatibility Matrix for which version to install.
  5. Execute the following commands via the admin command prompt:
  6. Download and install Studio. Installing Studio automatically installs all other prerequisite software.
  7. Launch Studio.

Installing Studio on Linux

Linux systems require the GTK windowing system, Node.js, and the JDK to be installed before running Studio.

  1. Review the info in Get started with Axway Appcelerator CLI.
  2. Install CLI using the following commands:
  3. Download and install Studio.

Icon

Appcelerator Axway doesn’t officially support Linux installs.

Where can I find Titanium examples?

Where can I download Studio?

  1. Log in to https://platform.axway.com.
  2. Expand the AMPLIFY menu and clicked on App Builder Studio.
  3. Download the installer or ZIP file for your operating system.

How do I configure Studio behind a proxy?

See Using Studio From Behind a Proxy for details.

How do I install Android Development Tools with Studio?

See Installing the Android Development Tools for details.

How do I install Java Development Tools with Studio?

See Installing the Java Development Tools for details.

How do I extend Studio?

See Extending Studio and select the document that is appropriate for your situation.

Can I add source control to Studio?

Yes. See Source Control for details on which source controls systems Studio can utilize.

Appcelerator Id

How do I configure Studio’s error reporting?

See Studio Error Reporting for details.

Appcelerator Titanium is a free software development kit for cross platform mobile development. This open-source software is developed by Appcelerator, a company founded by Jeff Haynie and Nolan Wright in 2006 in Georgia. Anyone who is interested to build mobile apps for iOS, Android, Windows Phone, BlackBerry OS, and Tizen can use Appcelerator Titanium to create their desired app from a single JavaScript codebase. Together with Appcelerator Platform, mobile app developers are allowed to test, deploy, and analyze their own apps. With native SDK support, API builder and updated analytics, Appcelerator platform gives mobile app developers a flexible working environment. Due to the elasticity of the software, it is estimated that 10% of all smart phone apps are developed with Appcelerator Titanium.

Download Appcelerator Titanium Studio For Mac Download

Appcelerator Titanium Tutorial

For those who would like to learn the basic technique to create a new Appcelerator app, you may follow the free tutorial here to create your own mobile apps for iPhone, Android phones, Windows phone, BlackBerry, or any other smartphones.

Step 1: First of all, go to Appcelerator official website and download Appcelerator Titanium Studio to your local computer. Appcelerator Titanium Studio works on both Windows PC and Mac OS X. You are required to sign up a free account with them before you are able to download the Appcelerator Titanium Studio for free. Make sure you download SDK v3.2.1 or newer version.

Step 2: Once the download is completed, set it up to your PC or Mac then launch Appcelerator Titanium.

Step 3: Look for Mobile Services portal and select the Data tab for your mobile service.

Step 4: Click on Add a Table and create a new table named TodoItem.

Step 5: Download a new Appcelerator Todolist application. Unzip the project and open with Appcelerator Titanium.

Step 6: Go back to Mobile Services portal-> Dashboard -> Manage Keys. Copy the Application key.

Appcelerator Studio

Step 7: In your app’s index.js, replace < — App Name — -> and < — — — — APP KEY — — — → with your own values from the mobile service.

Once your new Appcelerator app is complete and you think there is a demand for it, you can upload it to Appcelerator marketplace and sell it for a price. Who knows you will receive a lot of positive feedback like Flappy Bird.

If you would like to know more about Appcelerator, you may try the book Building Cross-Platform Apps using Titanium, Alloy, and Appcelerator Cloud Services written by Aaron Saunders. The book clearly shows you how to connect to Appcelerator Cloud Services (ACS) while adhering to MVC principles. It also comes with a lot of detail Appcelerator Titanium tutorial and step by step guide. It is available for sale at Amazon for just $34.80. Alternatively, you can try to get a used one from $26.72.

Appcelerator Titanium Alternatives

Appcelerator is one of the best App development companies available on earth right now. However, you may try some Appcelerator alternatives such as the native iOS, native Android, and PhoneGap.

You might not know these amazing apps:

  • AppBrain — Free Android apps supplier
  • AppBounty — An Android app pay you to play
  • AppChina — Try this if you don’t like Play Store
  • AppDog — An app that gives you free Facebook credits
  • Approb — Yet another awesome app for cracked apps
  • Hiapphere Market — A marketplace provides you Android cracked apps
  • SnapPea — It makes your Windows work like Android

advertisements

Download here

--

--