[PR #649] [MERGED] Add android:largeHeap="true" to AndroidManifest.xml #1464

Closed
opened 2026-04-24 23:58:40 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/649
Author: @maltejur
Created: 3/27/2023
Status: Merged
Merged: 3/28/2023
Merged by: @advplyr

Base: masterHead: largeHeap


📝 Commits (1)

  • cdd7a1a add android:largeHeap to AndroidManifest.xml

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 android/app/src/main/AndroidManifest.xml (+2 -1)

📄 Description

Closes #227

This fix was suggested here in the ExoPlayer repo and completely solves the issue for me. The android:largeHeap="true" line also seems to be in the main ExoPlayer demo code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/649 **Author:** [@maltejur](https://github.com/maltejur) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `largeHeap` --- ### 📝 Commits (1) - [`cdd7a1a`](https://github.com/advplyr/audiobookshelf-app/commit/cdd7a1a6363bbbcc64f333f798bf4cdcd1424020) add `android:largeHeap` to `AndroidManifest.xml` ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/AndroidManifest.xml` (+2 -1) </details> ### 📄 Description Closes #227 This fix was suggested [here](https://github.com/google/ExoPlayer/issues/7354#issuecomment-627811740) in the ExoPlayer repo and completely solves the issue for me. The `android:largeHeap="true"` line also seems to be in the main ExoPlayer demo code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:40 +02:00
adam closed this issue 2026-04-24 23:58:40 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1464