Xy Activity is not a specific class error message in the manifest

enter image description here

I got ... "is not a specific class error in the manifest file.

The application is working. I can build and test without problems, but this error causes me problems. Please help if you can.

When I ctrl + click on the name of the activity in the manifest, it even opens the .java src file.

(The activity is actually called "MapInputActivty" - the typo I know, but that is not a problem.)

+4
source share
1 answer

, MapInputActivty abstract, . . , . , Activity, Activity .

+9

Source: https://habr.com/ru/post/1627766/


All Articles