question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with installed app from Play Store

See original GitHub issue

Salam guys, Im getting this error when I install my app from the Play Store

Caused by java.util.MissingResourceException: Can't find bundle for base name com.github.msarhan.ummalqura.calendar.text.UmmalquraFormatData, locale en at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1558) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1381) at java.util.ResourceBundle.getBundle(ResourceBundle.java:847) at com.github.msarhan.ummalqura.calendar.UmmalquraDateFormatSymbols.getMonths(Unknown Source:38) at com.github.msarhan.ummalqura.calendar.UmmalquraDateFormatSymbols.(Unknown Source:10) at com.github.msarhan.ummalqura.calendar.UmmalquraCalendar.getDisplayName(Unknown Source:5)

Can someone help me with this issue?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
fpgl-nirobcommented, Sep 5, 2021

@msarhan issue solved: This issue is happening for minifyEnabled true Usually minifyEnabled is set to true for release build only so this issue was generate only in release build.

So the solution is: Insert the below line to you proguard-rules.pro file -keep public class com.github.msarhan.** { *; }

Thanks.

0reactions
fpgl-nirobcommented, Aug 29, 2021

@msarhan Could you please take step about this issue. I also facing the same issue for release version in google play. In my case device is Nexus 5x, OS Android 6.0.1 Stack trace:

Fatal Exception: java.util.MissingResourceException: Can't find resource for bundle 'com.github.msarhan.ummalqura.calendar.text.UmmalquraFormatData_en', key '' at java.util.ResourceBundle.missingResourceException(ResourceBundle.java:238) at java.util.ResourceBundle.getBundle(ResourceBundle.java:230) at java.util.ResourceBundle.getBundle(ResourceBundle.java:159) at com.github.msarhan.ummalqura.calendar.UmmalquraDateFormatSymbols.initializeData(UmmalquraDateFormatSymbols.java) at com.github.msarhan.ummalqura.calendar.UmmalquraDateFormatSymbols.<init>(UmmalquraDateFormatSymbols.java) at com.github.msarhan.ummalqura.calendar.UmmalquraCalendar.getDisplayName(UmmalquraCalendar.java) at com.infinity.quran.mvvm.prayer.view.PrayerActivity.getHijriDateStr(PrayerActivity.java) at com.infinity.quran.mvvm.prayer.view.PrayerActivity.onCreateView(PrayerActivity.java) at androidx.fragment.app.Fragment.performCreateView(Fragment.java) at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java) at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java) at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java) at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java) at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java) at androidx.fragment.app.FragmentManager$5.run(FragmentManager.java) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5421) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

Crashlytics console image: Screen Shot 2021-08-29 at 12 18 24 PM

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot when you can't open the Play Store app on your ...
More troubleshooting steps · Close & reopen the Play Store · Uninstall & reinstall Play Store updates · Restart your device · Clear...
Read more >
What to Do if Your Android Device Won't Download or Install ...
1. Whenever you’re troubleshooting a device, it pays to start with the basics. Downloads are dependent on having available space for your download....
Read more >
Top 8 Ways to Fix Google Play Store Not Showing Installed ...
Top 8 Ways to Fix Google Play Store Not Showing Installed Apps · 1. Remove and Re-Add Google Account · 2. Clear Play...
Read more >
How to fix the Google Play Store "download pending" error
More often than not, the Play Store download pending error culprits are apps updating simultaneously. You will also encounter the problem if ...
Read more >
How to fix app download error on Google Play Store
1. Open the ‘Settings’ app and tap on the ‘Applications or Apps’ option 2. Search for ‘Google Play Store’ and tap on it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found