This project is a fork of the opengapps.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/opengapps.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
homepage URLhttp://opengapps.org/
repository URLhttps://github.com/opengapps/opengapps.git
owneryurikoles@gmail.com
last changeSat, 6 Jan 2024 20:11:23 +0000 (6 21:11 +0100)
last refreshMon, 3 Jun 2024 08:00:39 +0000 (3 10:00 +0200)
content tags
add:
README.md

Open GApps

Getting the latest pre-built Open GApps

The latest version of pre-built Open GApps can be found at <https://opengapps.org>, hosted on SourceForge.

Support ProjectDonate
Q&A ForumXDA Q&A
Development ForumXDA Development
Support ChatGitter
Download OpenGAppsDownload OpenGApps

Support for the pre-built packages from OpenGApps.org

If you have any questions, check out the Open GApps Wiki, especially the FAQ since it'd answer most of the questions. If you can't find the answer to your question use the XDA Q&A Thread or join us on Gitter to receive support. Don't forget to add at least the Open GApps installer debug log and if experiencing Force Closures also include a logcat.

If you did find a bug in the Pre-built OpenGApps.org packages you can report it at the XDA Open GApps Development Thread. Remember to include at minimum the Open GApps installer debug log and if applicable a logcat.

Please don't file directly any GitHub issues to file problems with the Pre-built packages. The GitHub issues tracker is only used for issues concerning the Open GApps Project scripts themselves.

Build your own Open GApps

The example git commands assume you have a GitHub account and have set-up SSH authentication.

If you want to build your own version of Open GApps, you'll need to fetch the git sources:

To initialize your local repository using the Open GApps source tree, clone the main repository with the command:

git clone git@github.com:opengapps/opengapps.git

Then sync the submodules to get the original APK sources as provided by Google. Take note that these repositories are very large (in the order of GiBs). You can also use this command to update the sources at a later moment to their most recent version:

./download_sources.sh [--shallow] [arch]

To build Open GApps you'll need the Android build tools installed and set-up in your $PATH. If you use Ubuntu you can check out @mfonville's Android build tools for Ubuntu.

To build Open GApps for all platforms and all Android releases:

make

To build Open GApps for a specific Android release on a specific platform, define both the platform and the API level of that release, seperated by a dash and optionally add the variant with another dash.

Two examples (for building for Android 6.0 on ARM):

make arm-23

or

make arm-23-stock

To add updated source APKs to the sources archive (you can add more than one at once):

./add_sourceapp.sh [/path/to/the/files/you/want/to/add.apk]* [beta] [/apps/that/should/be/marked/as/beta.apk...]*

For contributors, updated sources can be uploaded. Either without an argument for every architecture, or with one or more arguments for a subset of architectures:

./upload_sources.sh [archs]*

If you want an overview of the locally available sources:

./report_sources.sh

You can add extra arguments to report_sources to do your more advanced bidding too:

./report_sources.sh ( ([sdk] [archs]*) || [arch-sdk] ) && [hash] || [max*mb] || [min*mb] || [nobeta] || [nohelp] || [noleanback] || [nosig]

License

The Open GApps Project itself is licensed under the GPLv3 with an addendum called the Open GApps installable zip exception.

A short explanation of these license terms and the terms used by the pre-built OpenGApps.org packages:

shortlog
2024-01-06 mfonvilleApktool 2.9.2master
2023-12-08 mfonvilleupdate APKtool to 2.9.1
2023-10-15 mfonvilleAPK tool update to 2.9.0
2023-07-27 mfonvilleUpdate apktool 2.8.1
2023-07-18 mfonvilleUpdate APKtool to 2.8.0
2023-06-19 osm0sisinstaller: update mount logic + make comments uniform
2022-11-26 mfonvilleupdate apktool to 2.7.0
2022-10-08 ipAndroid 12 build support.
2022-06-11 mfonvilleMerge branch 'tenzap-f_go_edition'
2022-06-11 tenzapMerge branch 'master' into f_go_edition
2022-06-11 tenzapreplace bashism with case
2022-06-11 ipdev99Android Auto
2022-05-29 Joseph C. SibleAdd priv-app/MotCamera2 to the removal list
2022-03-01 mfonvilleUpdate apktool 2.6.1
2022-01-17 tenzapadd Go edition variants
2022-01-17 tenzapon Pie, remove also PrebuiltGmsCore
...
tags
8 years ago 20150716
8 years ago 20150715
8 years ago 20150714
8 years ago 20150712
8 years ago 20150711
8 years ago 20150710
8 years ago 20150709
8 years ago 20150708
8 years ago 20150707
8 years ago 20150705
8 years ago 20150704
8 years ago 20150703
8 years ago 20150702
8 years ago 20150701
8 years ago 20150630
8 years ago 20150629
...
heads
4 months ago master
2 years ago skip-beta-confirm
3 years ago priv-app-Android-TV-Remote-Service_4.3.327629937
6 years ago gh-pages
7 years ago dontcompressassets
8 years ago mmpermissions
8 years ago signapkshell