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.

Crash app, theme, android manifest

See original GitHub issue

Crash app with any android theme

 <activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity"
            android:theme="@android:style/Theme.DeviceDefault"
            />

No crash with my theme

<activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity"
            android:theme="@style/DialogTheme"
            />

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ParkerKcommented, Jan 26, 2018

I can confirm @passy AND @BraisGabin fixed this in commit: 25b5c12972485356ac0d8a9779879aa61fbd175d, as building the library locally I no longer have this issue. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing Theme in Android Manifest Crashes App
Choosing one of the NoTitle themes will crash the app when you run ... 1) Set your theme back to 'AppTheme' in the...
Read more >
Changing Theme in Android Manifest Crashes App - iTecNote
I have created a few apps in an old version of Eclipse. When doing so, I would enter: android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen".
Read more >
crashed app when change main mobile theme ( dark and light ...
when changing the theme, the app crashes and only when the audio service activity is defined in AndroidManifest this problem appears.
Read more >
Attempt to add splash screen crashes app and results in two ...
With the splash screen code line in the manifest file (<category android:name="android.intent.category.LAUNCHER" />) uncommeted, the app crashes and I have TWO ...
Read more >
Crash on ContextMenu creation when "colorAccent" theme ...
1. Where occurs: The bug is easily reproducible on API 24 emulator. · 2. Where there is no such a bug: This is...
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