OkAuthActivity - Unable to find
Open
- Dominant language
- Java
- Stars
- 877
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
I'm getting:
`Unable to find explicit activity class {com.github.gorbin.asnetutorial/ru.ok.android.sdk.OkAuthActivity}; have you declared this activity in your AndroidManifest.xml`
on `socialNetwork.requestLogin();` after I've added OkSociakNetwork as done with all other (working just perfect) options:
```
OkSocialNetwork okNetwork = new OkSocialNetwork(this, OK_APP_ID, OK_PUBLIC_KEY, OK_SECRET_KEY, OK_SCOPES);
mSocialNetworkManager.addSocialNetwork(okNetwork);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.