Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
853 stars 252 forks source link

BottomSheetDragHandleView cannot be used in Sketchware Pro #1085

Open TanTai97o opened 2 months ago

TanTai97o commented 2 months ago

Describe the bug

java.lang.NoSuchMethodError: No virtual method setAccessibilityDelegateView(Landroid/view/View;)V in class Lcom/google/android/material/bottomsheet/BottomSheetBehavior; or its super classes (declaration of 'com.google.android.material.bottomsheet.BottomSheetBehavior' appears in /data/app/~~g_UUTyODu1XWCdBbUohfMw==/com.test.bottomsheet.ui-JchiWTvGIOQaFLKuP1x95w==/base.apk!classes37.dex)
    at com.google.android.material.bottomsheet.BottomSheetDragHandleView.setBottomSheetBehavior(BottomSheetDragHandleView.java:146)
    at com.google.android.material.bottomsheet.BottomSheetDragHandleView.onAttachedToWindow(BottomSheetDragHandleView.java:117)
    at android.view.View.dispatchAttachedToWindow(View.java:22479)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3695)
    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3669)
    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:3116)
    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:10885)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1301)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1309)
    at android.view.Choreographer.doCallbacks(Choreographer.java:923)
    at android.view.Choreographer.doFrame(Choreographer.java:852)
    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1283)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:226)
    at android.os.Looper.loop(Looper.java:313)
    at android.app.ActivityThread.main(ActivityThread.java:8762)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

Device and Sketchware Pro-related info:

remaker17 commented 2 months ago

BottomSheetDragHandleView requires Material3 theme in your application.

TanTai97o commented 2 months ago

BottomSheetDragHandleView requires Material3 theme in your application.

I'm Using Material3 Theme And Can't Use It

remaker17 commented 2 months ago

BottomSheetDragHandleView requires Material3 theme in your application.

I'm Using Material3 Theme And Can't Use It

Can you send your code here?

TanTai97o commented 2 months ago

BottomSheetDragHandleView requires Material3 theme in your application.

I'm Using Material3 Theme And Can't Use It

Can you send your code here?

Code Xml or Java?

remaker17 commented 2 months ago

BottomSheetDragHandleView requires Material3 theme in your application.

I'm Using Material3 Theme And Can't Use It

Can you send your code here?

Code Xml or Java?

Both Java and XML, paste your code in pastebin and send here link.

TanTai97o commented 2 months ago

BottomSheetDragHandleView requires Material3 theme in your application.

I'm Using Material3 Theme And Can't Use It

Can you send your code here?

Code Xml or Java?

Both Java and XML, paste your code in pastebin and send here link.

https://pastebin.com/SWkG0C4G