PowerMenu icon indicating copy to clipboard operation
PowerMenu copied to clipboard

android.view.InflateException: Binary XML file line #12 in package:layout/item_power_menu_library_skydoves

Open itsonegeneral opened this issue 1 year ago • 1 comments

Please complete the following information:

  • Library Version 2.2.0
  • Affected Device(s) Emulator - Google pixel, compileSDKVersion 31

android.view.InflateException: Binary XML file line #12 in package:layout/item_power_menu_library_skydoves: Binary XML file line #12 in package:layout/item_power_menu_library_skydoves: Error inflating class

Not able to show popup menu in the activity, I'm using val card =findViewById<RelativeLayout>(R.id.rl) powerMenu.showAsDropDown(card)

this code to show popup, had tried different views and viewbinding also, but still getting the same error Anything I'm missing like themes or other required libraries ?

itsonegeneral avatar Feb 19 '23 12:02 itsonegeneral