FileInfo

Languages

Overview

What is a AAR file? An AAR file contains a software library used for developing Android apps. It is structurally similar to an .APK file (Android Package), but it allows a developer to store a reusable component that can be used across multiple different apps. Examples of reusable Android components include Activities, Services, and user interface layouts.

More Information Android app libraries are commonly available through remote repositories and can be compiled into Android apps using Gradle, the Android Studio tool used for creating Android packages (APK files). AAR files are an alternative to this build process and can be compiled manually into an app by importing them into app modules within Android Studio. Third-party developers often provide a remote Gradle dependency for automatic integration as well as and an AAR file in case developers would like to manually integrate the library. NOTE: AAR files are stored in the .ZIP format and can be decompressed with any zip utility. They can store everything that a standard APK file contains, including resources, source code, and a manifest file.

Popularity4.1/5

17 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Android Archive file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperGoogle
Popularity4.1 | 17 Votes

Previous / Next

In-Depth

.AAR File Extension

Android Archive

DeveloperGoogle
Popularity
4.1  |  17 Votes
 

What is a AAR file?

An AAR file contains a software library used for developing Android apps. It is structurally similar to an .APK file (Android Package), but it allows a developer to store a reusable component that can be used across multiple different apps. Examples of reusable Android components include Activities, Services, and user interface layouts.

More Information

Android app libraries are commonly available through remote repositories and can be compiled into Android apps using Gradle, the Android Studio tool used for creating Android packages (APK files). AAR files are an alternative to this build process and can be compiled manually into an app by importing them into app modules within Android Studio. Third-party developers often provide a remote Gradle dependency for automatic integration as well as and an AAR file in case developers would like to manually integrate the library.

NOTE: AAR files are stored in the .ZIP format and can be decompressed with any zip utility. They can store everything that a standard APK file contains, including resources, source code, and a manifest file.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open AAR files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Google Android Studio

Free

Mac

Google Android Studio

Free

Linux

Google Android Studio

Free

Chrome OS

Google Android Studio

Free

Category: Developer Files

Updated: November 28, 2018

FAQ

What is a AAR file?
An AAR file contains a software library used for developing Android apps. It is structurally similar to an .APK file (Android Package), but it allows a developer to store a reusable component that can be used across multiple different apps. Examples of reusable Android components include Activities, Services, and user interface layouts.