LeakValue icon indicating copy to clipboard operation
LeakValue copied to clipboard

NoSuchMethodException

Open youyudekucaizi opened this issue 2 years ago • 5 comments

When I pressed the start button after the app is installed, it will prompt "java.lang.NoSuchMethodException: android.media.session.ISession$Stub$Proxy.getBinderForSetQueue []" error. I found the exact code is:mGetBinderForSetQueue = mMediaSessionBinder.getClass().getMethod("getBinderForSetQueue"); I use android api 32, how to solve this problem? Also I found the MediaSession class only contains the setQueue method which will call getBinderForSetQueue method. Any advice will be greatly appreciated

youyudekucaizi avatar Feb 24 '23 06:02 youyudekucaizi