Abolo
Abolo
> I couldn't reproduce it. Maybe you have some custom components with same `typeName`. That's why that happened. I don't have any custom components same TypeName
> I couldn't reproduce it. Maybe you have some custom components with same `typeName`. That's why that happened. So can this error be fixed? It annoys me because it keeps...
> @TanTai97o Can you just copy entire message and send. > > And pls give steps to reproduce ``` java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams cannot be cast to android.widget.FrameLayout$LayoutParams at android.widget.FrameLayout.onMeasure(FrameLayout.java:195) at androidx.cardview.widget.CardView.onMeasure(CardView.java:260)...
> How you're getting those error. > Tell me what exactly you are doing? That error occurs when I edit it, for example changing the scale, changing the height, width,...
> ImageView or CardView? @adesonob ImageView
> `BottomSheetDragHandleView` requires Material3 theme in your application. I'm Using Material3 Theme And Can't Use It
> > > `BottomSheetDragHandleView` requires Material3 theme in your application. > > > > I'm Using Material3 Theme And Can't Use It > > Can you send your code here?...
> > > > > `BottomSheetDragHandleView` requires Material3 theme in your application. > > > > > > > > I'm Using Material3 Theme And Can't Use It > >...
> The built-in material library and their dependencies are just updated, you can use it without any error. Package parsing problem @hasrat-ali 
> For now decrease the targetSdkVersion to 28 and then build apk again. And don't forget to reset `exculded library`, and local library if there's any. The package parsing problem...