申申

Results 3 issues of 申申

java.lang.NullPointerException: Attempt to invoke interface method 'void com.joker.api.wrapper.AnnotationWrapper$PermissionsProxy.granted(java.lang.Object, int)' on a null object reference at com.joker.api.apply.NormalApplyPermissions.grantedWithAnnotation(NormalApplyPermissions.java:27) at com.joker.api.wrapper.AbstractWrapper.requestPermissionWithAnnotation(AbstractWrapper.java:315) at com.joker.api.wrapper.AbstractWrapper.request(AbstractWrapper.java:203) # 初步判断dex分包后找不到PermissionsProxy导致返回了unll ```java public PermissionsProxy getProxy(String className) { String proxyName...

react-native-cli: 2.0.1 react-native: 0.61.4 启动服务时提示如下信息: ``` react-native start ``` warn The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-amap-geolocation: https://github.com/qiuxiang/react-native-amap-geolocation#readme - react-native-amap3d: https://github.com/qiuxiang/react-native-amap3d#readme...

拍照模式下,更换方向时拍照失败, 如果加了裁剪,更换方向会报空指针 File.getPath() 初步判断是屏幕旋转时没有保存和恢复数据 流程:打开拍照后,任意方向转90度,拍照提交后出现此问题