In your manifest file you’re missing the declaration for ModuleDetailActivity
. Just add this line inside your application
tag to declare the activity:
<activity android:name=".ModuleDetailActivity" />
solved Get the click event from the listview and open the video [duplicate]