-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
⚠️ Before posting ⚠️
- This is a bug, not a question or an enhancement.
- I've searched for similar issues and didn't find a duplicate.
- I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- I agree to follow Nextcloud's Code of Conduct.
Steps to reproduce
1 impossibility to use Nextcloud's apply on Android
Expected behaviour
In normal time, I should acceed to the principal menu of the apply
Actual behaviour
Error message written :
Cause of error
Exception in thread "main" java.lang.NoClassDefFoundError: Failed resolution of: Landroid/app/ComponentCaller;
at java.lang.reflect.Executable.getParameterTypesInternal(Native Method)
at java.lang.reflect.Method.getParameterTypes(Method.java:186)
at org.greenrobot.eventbus.SubscriberMethodFinder.findUsingReflectionInSingleClass(SubscriberMethodFinder.java:173)
at org.greenrobot.eventbus.SubscriberMethodFinder.findUsingInfo(SubscriberMethodFinder.java:88)
at org.greenrobot.eventbus.SubscriberMethodFinder.findSubscriberMethods(SubscriberMethodFinder.java:64)
at org.greenrobot.eventbus.EventBus.register(EventBus.java:150)
at com.owncloud.android.ui.activity.DrawerActivity.onStart(DrawerActivity.java:1310)
at com.owncloud.android.ui.activity.FileActivity.onStart(FileActivity.java:280)
at com.owncloud.android.ui.activity.FileDisplayActivity.onStart(FileDisplayActivity.kt:2794)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1563)
at android.app.Activity.performStart(Activity.java:8555)
at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3897)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2427)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8232)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
Caused by: Exception in thread "main" java.lang.ClassNotFoundException: android.app.ComponentCaller
at java.lang.reflect.Executable.getParameterTypesInternal(Native Method)
at java.lang.reflect.Method.getParameterTypes(Method.java:186)
at org.greenrobot.eventbus.SubscriberMethodFinder.findUsingReflectionInSingleClass(SubscriberMethodFinder.java:173)
at org.greenrobot.eventbus.SubscriberMethodFinder.findUsingInfo(SubscriberMethodFinder.java:88)
at org.greenrobot.eventbus.SubscriberMethodFinder.findSubscriberMethods(SubscriberMethodFinder.java:64)
at org.greenrobot.eventbus.EventBus.register(EventBus.java:150)
at com.owncloud.android.ui.activity.DrawerActivity.onStart(DrawerActivity.java:1310)
at com.owncloud.android.ui.activity.FileActivity.onStart(FileActivity.java:280)
at com.owncloud.android.ui.activity.FileDisplayActivity.onStart(FileDisplayActivity.kt:2794)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1563)
at android.app.Activity.performStart(Activity.java:8555)
at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3897)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2427)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8232)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)App information
- ID:
com.nextcloud.client - Version:
30350051 - Build flavor:
gplay
Device information
- Brand:
POCO - Device:
rosemary - Model:
2207117BPG - Id:
TP1A.220624.014 - Product:
rosemary_p_global
Firmware
- SDK:
33 - Release:
13 - Incremental:
V14.0.17.0.TFFMIXM
Android version
14
Device brand and model
Poco M5S
Stock or custom OS?
Stock
Nextcloud android app version
3.35.0 RC1
Nextcloud server version
Unknown
Using a reverse proxy?
I don't know
Android logs
No response
Server error logs
Additional information
No response
kerriemetworst