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

Add Split Apks information as tag #3192

Open
ganadist opened this issue Feb 6, 2024 · 1 comment · May be fixed by #3193
Open

Add Split Apks information as tag #3192

ganadist opened this issue Feb 6, 2024 · 1 comment · May be fixed by #3193

Comments

@ganadist
Copy link

ganadist commented Feb 6, 2024

Problem Statement

Now, Google Play forced to use App Bundle, and Android apps are installed as Split Apks from Google Play Store.
And Crashes of Android Apps may occur depending on whether parts of Split Apks are installed such as

  • DPI Split Apks (ex: config.xhdpi)
    • If DPI Split apk are not installed, app can be crashed with android.view.InflateException by missing drawables.
  • ABI Split Apks (ex: config.arm64-v8a)
    • If ABI Split apk are not installed, app can be crashed with java.lang.UnsatisfiedLinkError by missing so files.

These crashes occurs because all split apks are not installed from Google Play or the manufacturer's store, and are issues in the distribution process.
And if Sentry Android SDK provides these information, project owner can identify these issues are from distribution process or app's logical problem.

Solution Brainstorm

@markushi
Copy link
Member

markushi commented Feb 7, 2024

@ganadist thanks for creating this issue, we'll provided some feedback in the PR! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Needs Review
Development

Successfully merging a pull request may close this issue.

3 participants