Hi Ajit,
I tried implementing this lib in build.gradle in my app(as a dependency).
-
debugCompile('com.github.ajitsing:sherlock:1.0.4@aar') {
transitive = true
}
releaseCompile('com.github.ajitsing:sherlock-no-op:1.0.4@aar')
-
Sherlock.init(this); in my application.
And also triggered Exception manually. As expected it created Notification. But on click of notification the Sherlock CrashActivity is not launching and it is crashing due Null pointer Exception. Can you please help on this at earliest?
Regards,
Vijay
Hi Ajit,
I tried implementing this lib in build.gradle in my app(as a dependency).
debugCompile('com.github.ajitsing:sherlock:1.0.4@aar') {
transitive = true
}
releaseCompile('com.github.ajitsing:sherlock-no-op:1.0.4@aar')
Sherlock.init(this); in my application.
And also triggered Exception manually. As expected it created Notification. But on click of notification the Sherlock CrashActivity is not launching and it is crashing due Null pointer Exception. Can you please help on this at earliest?
Regards,
Vijay