Exception dispatching input event :(

JerryM22

Lurker
Mar 4, 2023
4
1
6
Hi,
I am trying startActivity function on a set of simple images which are placed to a GridView, but I am getting a suspicious error - see below.
Can someone help me where is problem ?

Here is source code (AndroidStudio 2022.1.1 Patch 1, Java):


Jerry

***********************************************
E/InputEventReceiver: Exception dispatching input event.
E/MessageQueue-JNI: Exception in MessageQueue callback: handleReceiveCallback
E/MessageQueue-JNI: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.apk/com.example.apk.SingleViewActivity}; have you declared this activity in your AndroidManifest.xml?
***********************************************