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
- Synchronous Function Execution Timed Out...
Hi Appwrite team π Iβm facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...