Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android builds not compatible with Android 12 and up #1253

Open
bob-the-hamster opened this issue Apr 16, 2023 · 1 comment
Open

Android builds not compatible with Android 12 and up #1253

bob-the-hamster opened this issue Apr 16, 2023 · 1 comment
Assignees
Labels
os: android Specific to Android packaging Packaging/installing the engine or games (Distribute Game)

Comments

@bob-the-hamster
Copy link
Collaborator

When you try to upload an ohrrpgce APK file to Google Play, it says:

You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported

@bob-the-hamster bob-the-hamster added the os: android Specific to Android label Apr 16, 2023
@bob-the-hamster bob-the-hamster self-assigned this Apr 16, 2023
@rversteegen rversteegen added the packaging Packaging/installing the engine or games (Distribute Game) label Apr 18, 2023
bob-the-hamster added a commit to bob-the-hamster/commandergenius that referenced this issue Nov 28, 2023
@bob-the-hamster
Copy link
Collaborator Author

I finally got a chance to test my attempted fix of adding android:exported="false" and it did not work. The app failed to run on Android 10 (I don't know if it was fixed for Android 12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: android Specific to Android packaging Packaging/installing the engine or games (Distribute Game)
Projects
None yet
Development

No branches or pull requests

2 participants