-
Notifications
You must be signed in to change notification settings - Fork 672
DexterActivity not found in manifest #198
Comments
Works when i add :
to my manifest |
Thank you for reporting this issue. Do you have any extra information? With the current report is quite hard to figure out what's going on 😅 |
I think that could be build.gradle configuration :
Have a good day :) |
Hello,
thx for your awesome library, i used it in many projects but i have a strange error today :
android.content.ActivityNotFoundException: Unable to find explicit activity class {com./com.karumi.dexter.DexterActivity}; have you declared this activity in your AndroidManifest.xml?
11-28 09:54:06.815 3330-3330/com. W/System.err: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1794)
11-28 09:54:06.815 3330-3330/com.************* W/System.err: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1512)
11-28 09:54:06.815 3330-3330/com.************* W/System.err: at android.app.Activity.startActivityForResult(Activity.java:3917)
11-28 09:54:06.816 3330-3330/com.************* W/System.err: at android.support.v4.app.BaseFragmentActivityJB.startActivityForResult(BaseFragmentActivityJB.java:50)
11-28 09:54:06.816 3330-3330/com.************* W/System.err: at android.support.v4.app.FragmentActivity.startActivityForResult(FragmentActivity.java:79)
11-28 09:54:06.816 3330-3330/com.************* W/System.err: at android.app.Activity.startActivityForResult(Activity.java:3877)
Thx for your help,
have a great day !
The text was updated successfully, but these errors were encountered: