Ningkai He
Ningkai He
I have the same issue. 10.13.5 (17F77)
@carl1990 I have the same problem
@nostra13 http://www.bipt.edu.cn/pub/news/images/content/2014-11/20141113143629640236.jpg
before is wrong ``` java public static DisplayImageOptions getDefaultDisplayImageOptions( Context context) { return new DisplayImageOptions.Builder() .showImageOnLoading(R.drawable.ic_default) .showImageForEmptyUri(R.drawable.ic_default) .showImageOnFail(R.drawable.ic_default) .cacheInMemory(true) .imageScaleType(ImageScaleType.IN_SAMPLE_POWER_OF_2) .cacheOnDisk(true) .considerExifParams(true) .displayer( new RoundedBitmapDisplayer(context.getResources() .getDimensionPixelSize(R.dimen.icon_rounded))) .build(); } ``` after...
When I set "considerExifParams (true)",the picture displayed on the phone in the wrong direction.But when I open the SD card cache files and found the picture in the right direction,this...
Hi, there. We tried many times, but we failed. Could you offer us more specific information? What exactly does 'SOURCE_DIR' mean? What exactly does 'OUT_DIR' mean? Thanks in advance.
I did `cargo bundle-tool -v macos-bundle target/release/Qtalk.app target/` before `cargo build release--`. It didn't work, here is the reason below. cargo bundle-tool -v macos-bundle /project/target/release/Qtalk.app target/ DEBUG [cargo_bundle_tool::macos::bundle] "/project/target/release/Qtalk.app/Contents": create...
I did these commands in the project directory. `cargo clean` worked for us! Thank you so much for your help, we really appreciated it. By the way, 'NativeShell' is amazing,...
Same issue, would you mind solving it? @desmond1121
I have the same question.