I have Android library, which contains several activities. The library is compiled as aar. When the library is used in one of my test apps or in the most part of client apps, everything works fine, but some clients complain, that they get ActivityNotFoundException, when one of activities from the library tries to start.
android.content.ActivityNotFoundException: Unable to find explicit activity class {<full activity name>}; have you declared this activity in your AndroidManifest.xml?
My package name is not like “com.example…”, that’s why I don’t think , that there is Activity with the same full name in client app. One of the clients was able to reproduce this problem on device and on emulator, so the problem doesn’t look to be related with concrete device.
I use Android Studio 2.2.3, Gradle plugin 2.14.1, Android plugin 2.1.3.