๐๐ธโ๐พ
I'm following this document for Android: https://appwrite.io/docs/products/auth/oauth2#init But it got an error:
TypeScript
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{net.xxxxxxxxxx/io.appwrite.views.CallbackActivity}: java.lang.ClassNotFoundException: Didn't find class "io.appwrite.views.CallbackActivity" on path: DexPathList
Caused by: java.lang.ClassNotFoundException: Didn't find class "io.appwrite.views.CallbackActivity" on path: DexPathList
Please help me! :appwritebow:
TL;DR
- Error message: ClassNotFoundException for "io.appwrite.views.CallbackActivity"
- Check SDK version and usage of Proguard/R8
- Followed Android document but encountered error
- Include necessary class in the project to resolve the ClassNotFoundException error darShan
Are you using Proguard/R8?
darShan
Also what version of the SDK?
Recommended threads
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...