Open hasnain-ahmad opened 8 years ago
Did you try using View Target's other constructor which takes only the view parameter? I too was getting a NPE when I tried using the other constructor which takes in the viewId and the Activity as parameters.
I am seeing many instances of the same error in production. I use the ViewTarget constructor that takes a single argument. Because of the volume of crashes, I think I will have to rip out the tutorial until it's fixed.
I want to show a ShowcaseView in ViewPager's Item's TextView. Here is my code.
Here is my error.