csz
csz
我觉得还是跟 scope storage 有关。 buildToolsVersion=29.0.2 compileSdkVersion=29 代码里都用 URI,然后加 requestLegacyExternalStorage, 就完全好了,读取bitmap用的也是 decodeStream() 所以这可以算个解决方案,等Android N 忽略这个requestLegacyExternalStorage 属性的时候,我相信华为在 android N应该解决了这个bug
这个bug太恶心, 预览图片,播放视频都有影响。
> 这个问题有哪位大佬解决了的,我这边的情况是,一会可以预览,一会又不能预览,有时候加载图片很慢,有时候预览图片直接应用就崩溃到桌面了,没有看到崩溃日志 遇到的问题跟你一样,时有时无的,而且一旦遇到没有任何日志。
This issue happened for on Huawei phones, but all Android 10!!! and no solution now. The below code will stuck when calling decodeFileDescritor(), it's not always happen. Actually all the...
Thanks @saudet Can proceed the build now, but got this error: Is it because pthread_getname_np not found? `-- Checking for pthread_(g/s)etname_np in 'pthread_np.h': -- Looking for pthread_getname_np -- Looking for...
@saudet i can see these artifacts in /lib folder: cmake **libcrypto.a** libmp3lame.a libmp3lame.la libopencore-amrnb.a libopencore-amrnb.la libopencore-amrwb.a libopencore-amrwb.la libopus.a libopus.la libspeex.a libspeex.la **libssl.a** libvo-amrwbenc.a libvo-amrwbenc.la libxml2.a libxml2.la libz.a pkgconfig xml2Conf.sh
@saudet I just tried, the same error: CMake Error at /usr/local/share/**cmake-3.16**/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR...
@saudet Ok thanks, i will try with CentOS then.
Hi @saudet , which version of maven are you using? Now i am getting this error: Jul 02, 2022 3:09:41 PM org.sonatype.guice.bean.reflect.Logs$JULSink warn WARNING: Error injecting: org.moditect.mavenplugin.add.AddModuleInfoMojo com.google.inject.ProvisionException: Guice provision...
updated the maven, and now build successfully in CentOS, thanks.