AskFortricks.com
AskFortricks.com
In log its displaying the correct path : say /stotage/emulated/mydir/ But not creating the compressed file inside /stotage/emulated/mydir/ location. ``` Log.e(TAG,"folder path ="+dirFileStorage.getPath()+File.separator); File compressedImageFile = new Compressor(getActivity()).setQuality(50) .setDestinationDirectoryPath(dirFileStorage.getPath()+File.separator). compressToFile(f);...
When opening in Android Studio 3.0.1 (Ubuntu 16.04 LTS) multiple times then the right side options part is not visible many times. But after closing and opening for three to...