𝕂𝔸ℕ𝔾Original post
Rank 1: Thread
I'm following this document for Android: https://appwrite.io/docs/products/auth/oauth2#init
But it got an error:
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:
Summary
- 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