vishnusp

Results 2 comments of vishnusp

I'm also facing the same issue. ``` java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) Caused by: java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)  Caused by: com.github.mertakdut.exception.ReadingException: toc.ncx not found. at com.github.mertakdut.Reader.fillContent(Reader.java:387) at...

` ShowcaseConfig config = new ShowcaseConfig(); ` ` MaterialShowcaseSequence sequence = new MaterialShowcaseSequence(this, UNIQUE_ID);` ` sequence.setConfig(config);` ` sequence.addSequenceItem(findViewById(R.id.action_search), "This is menu one", "GOT IT");` ` sequence.addSequenceItem(findViewById(R.id.action_add), "This is menu two",...