一个可用Android Stusio编译的Gallery2,基于AOSP7.1(A Gallery2 that can be compiled with Android Stusio, based on AOSP7.1)
(1) 图片编辑不可用,因为raw文件夹下的bc32和bc64不会被打包的apk里面,ScriptC_convolve3x3初始化会找不到资源crash,我已经在build.gralde加了代码,但是似乎不生效,如有知道的同学请告知
res.srcDirs += [
'src/main/res/raw/bc32',
'src/main/res/raw/bc64',
]
(4) Remove duplicate strings. All original tags marked with no_sdcard are removed. Only the default ones are retained.
(6) Fixed the issue of cropping at low resolution crash (copied a copy of cropped dimensions to values)
(1) Picture editing is not available, because bc32 and bc64 in the raw folder will not be packaged in the APK. ScriptC_convolve3x3 initialization will not find the resource crash. I have added code in build.gralde, but Does not seem to take effect, please let me know if you know
res.srcDirs += [
'src/main/res/raw/bc32',
'src/main/res/raw/bc64',
]