Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
Adobe AIR SDK Help / 

Troubleshoot AIR installation | Linux

Adobe Community Help


Products Affected

  • Adobe AIR SDK
  • Adobe AIR

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

Adobe AIR is a computer program known as a runtime. It is necessary to have Adobe AIR on your computer to run certain applications. Applications that require Adobe AIR are called Adobe AIR applications.

Most Adobe AIR problems are related to having the correct version of Adobe AIR.  Before you begin troubleshooting your problem, get the latest version of Adobe AIR for your operating system. Adobe AIR is available for free.

Note: Beginning June 14, 2011, Adobe AIR is no longer supported for desktop Linux distributions. Users can install and run AIR 2.6 and earlier applications but will not be able to install or update to AIR 2.7.The last version to support desktop Linux distributions is AIR 2.6. AIR 2.6 is available from the AIR Archive.

Before you begin troubleshooting, perform the following tasks: 

  • Determine the version of Adobe AIR on your computer
  • Locate the installation log file
To the top

 Determine the version of Adobe AIR on your computer

An Adobe AIR application requires a minimum version of Adobe AIR. Typically, the Adobe AIR application's installation program makes sure that your computer has the correct version of Adobe AIR. If necessary, the Adobe AIR application downloads and installs the latest version of Adobe AIR.

You can check which version of Adobe AIR is installed on your computer. To do so, follow the steps provided here.

However, you can get an older version of Adobe AIR here.

The installation program installs Adobe AIR at the following location for both 32-bit and 64-bit versions of Linux:

  • /opt/Adobe AIR

The Adobe AIR installation log file can help you troubleshoot your installation problem. You can also use the log's contents if you post a question to the Adobe AIR installation issues forum. 

To the top

 Locate and view the installation log file

For Adobe AIR 1.0 to 1.5.3, see this document for more information. 

You can find the install log at the following location for both 32-bit and 64-bit versions of Linux:

  • ~/.appdata/Adobe/AIR/Logs
To the top

 Common Installation Problems

 Adobe AIR could not be installed. No Authentication tools were found on the system.

You are seeing this error because Adobe AIR was unable to detect any supported authentication tools on the system. Adobe AIR requires root privileges and can elevate a normal user to root for installation of Adobe AIR and Adobe AIR applications. Such problems arise when you don't have the tools to switch from a normal user to root user. See the following document for more details:

See this document. 

AIR app installation crash with AIR 1.5.x on certain Fedora Core / OpenSuse systems 

On certain Fedora Core and OpenSuse systems, an AIR application installation can crash. This issue does not occur in AIR 2.0, but the workaround for AIR 1.5.x is to rename the "/etc/opt/Adobe/certificates/crypt" folder:

sudo mv /etc/opt/Adobe/certificates/crypt /etc/opt/Adobe/certificates/crypt_bak

 Problem with badge installation

For badge installation of an Adobe AIR application, sometimes developers set the WMode attribute as "transparent" or "opaque" (windowless modes) in the  HTML embed tag. Using these attributes result in badge installation problems on Linux platforms. Also, it sometimes leads to "Error #2044: Unhandled ErrorEvent:. text=Error #2074: The stage is too small to fit the download ui." The following document details steps for Adobe AIR application developers to correct the issue:

See this document.

Problem with Encrypted Local Storage (ELS) 

Adobe AIR applications on Linux are sometimes not able to access the Encrypted Local Storage (ELS) keystore. This issue results in the Adobe AIR application displaying behaviors such as hanging or displaying an empty window on launch.Or, it's possible that the save password feature doesn't work. This document details some of the frequent problems encountered while using ELS and steps to solve them whenever possible:

See this document.

64-bit issue. "package architecture (i386) does not match system (amd64)"

On Ubuntu 64-bit OS, when you try to install the AIR Debian package, you receive this error. To proceed with the installation, run the following command:

$ sudo dpkg -i --force-architecture adobeair.deb

64-bit binaries of Adobe AIR are currently not available. Running 32-bit Adobe AIR on 64-bit systems has not been fully tested. However, Adobe  expects 32-bit Adobe AIR to run on its supported distributions (Fedora Core 11, Ubuntu 9.04 and OpenSuSe 11.1). (It's necessary that the  required 32-bit libraries and packages are installed.) See the following document for more details:

See this document.

See other installation problems.  

To the top

 Other Known Adobe AIR Installation Issues

  • Installing the Adobe AIR SDK on Ubuntu
  • Install Adobe AIR 2 on 64-bit Linux distributions

 Do you still have problem with the Adobe AIR installation? Post your question in the Adobe AIR Installation Issues forum. 

Get the latest version of Adobe AIR | Get a different version of Adobe AIR

 

Keywords: cpsid_90202

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement