Veer
Veer
错误日志: No static method setBackground(Landroid/view/View... 解决方案: 我改了这两处源代码就OK了: 1、SwipeMenuView.java: // ViewCompat.setBackground(parent, item.getBackground()); parent.setBackgroundDrawable(item.getBackground()); 2、SwipMenuBridge.java: // public SwipeMenuBridge setBackgroundDrawable(@DrawableRes int resId) { // return setBackgroundDrawable(ContextCompat.getDrawable(mViewRoot.getContext(), resId)); // } // // public SwipeMenuBridge...
java.lang.IllegalStateException: MimeTypeMap.getSingleton…mMimeType(audio.mimeType) must not be null
android 8.0 Huawei mate9
这个跟你使用约束无关的,只需要修改图片的Mode为Aspect Fill就好了。
I may have a workaround.
> update to 3.2.9, and grant the camera permission Have you released v3.2.9? I got this error: Could not find com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.2.9. Searched in the following locations: https://jitpack.io/com/github/jiangdongguo/AndroidUSBCamera/libausbc/3.2.9/libausbc-3.2.9.pom
> Please guide me to use it with target sdk 28 or higher @Zeus178 Did it work?
+1
8.0以上,通知栏未做适配,请作者适配一下,谢谢!