Steps to reproduce:
- Install LineageOS 21 Nightly Build (e.g.,
lineage-21.0-20240525-nightly-bonito-signed.zip
) on a device such as Google Pixel 3a XL. - Install Google services using MindTheGapps.
- Set up a Google account and attempt to locate the app on the Google Play Store or access directly via the app’s Play Store URL.
- Observe the incompatibility message displayed on the Google Play Store.
Actual results:
The app shows as incompatible on devices running LineageOS 21 when accessed via the Google Play Store, despite the app functioning properly when manually installed.
What I Tried and What I Was Expecting
I attempted to distribute my Flutter app via the Google Play Store to devices running LineageOS 21, expecting it to be discoverable and downloadable just like on devices with standard Android versions. To test this, I used the same Google account to search for the app on another Pixel device running the official Android 14, where I could easily find and download the app from the Google Play Store. However, when attempting the same process on a device running LineageOS 21, the app was flagged as incompatible, which was unexpected given its availability and functionality on other Android devices. Despite this, I manually installed the APK on the LineageOS device and found that the app operated without any issues, further confirming that the app itself is compatible with LineageOS. This discrepancy in app accessibility between LineageOS and standard Android versions was surprising and leads me to suspect a potential compatibility or recognition issue within the Flutter framework or the Google Play Store’s handling of custom ROMs.
Flutter Doctor output
[✓] Flutter (Channel stable, 3.22.0, on macOS 14.5 23F79 darwin-arm64, locale en-US)
• Flutter version 3.22.0 on channel stable at /Users/calcitem/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• FLUTTER_GIT_URL = https://github.com/flutter/flutter.git
• Framework revision 5dcb86f68f (3 weeks ago), 2024-05-09 07:39:20 -0500
• Engine revision f6344b75dc
• Dart version 3.4.0
• DevTools version 2.34.3
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/calcitem/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15F31d
• CocoaPods version 1.14.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2023.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
???? https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
???? https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
[✓] VS Code (version 1.89.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.88.0
[✓] VS Code (version 1.81.1)
• VS Code at /Users/calcitem/Downloads/Visual Studio Code.app/Contents
• Flutter extension version 3.88.0
[✓] Connected device (3 available)
• macOS (desktop) • macos • darwin-arm64 • macOS 14.5 23F79 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.5 23F79 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 125.0.6422.114
[✓] Network resources
• All expected network resources are available.
• No issues found!
Calcitem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.