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 errorAre you using Proguard/R8?
Also what version of the SDK?
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...