Open jmodrako opened 8 years ago
Hey,
Are you sure that it's not your code? In stacktrace it seems that you use wrong Theme in your HomeActivity class.
I have following theme: Theme.AppCompat.Light.NoActionBar
. I just forked your repo and update SupportLibrary, and also change the android:Theme.Light to AppCompact one, but I noticed that when I click on the notification, MetricsActivity
do not open itself.
UPDATE: When I've moved MetricsActivity declaration to my manifest the following error occured:
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.aspectj.runtime.reflect.Factory" on path:
DexPathList[[zip file "/data/app/pl.polskikraft.android.productiondbglg-1/base.apk"],
nativeLibraryDirectories=[/data/app/pl.polskikraft.android.productiondbglg-1/lib/arm,
/data/app/pl.polskikraft.android.productiondbglg-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
I must to give up with this library...
@jmodrako you do not have to add the activity to your manifest. & can you provide an example to reproduce? Likely there is a conflict in the version of support library your app is using with the one this library brings in. Also a ./gradlew app:dependencies
output would be helpful.
Hi! I want to let you know that library crashed my app with following stack-trace: