Hello, I have an extraordinary question. There is an api from Twitter. I integrate it into the application. At one of the stages such an error appears.
android.content.ActivityNotFoundException: Unable to find explicit activity class {/com.twitter.sdk.android.core.identity.OAuthActivity}; have you declared this activity in your AndroidManifest.xml? As I understand it is necessary to add activit to the manifest, which I did
<activity android:name="com.twitter.sdk.android.core.identity.OAuthActivity" /> But the error is not gone anywhere. I ask for your help.