I was using v2.16.0 on Android 5.1 and it worked fine. Today I tried to update it to v2.16.4 and I got an issue with reading files in my app: It seems that FileInputStream(file) throws an exception.
org.apache.commons.httpclient.HttpClientを使用しPDF出力を行う処理にてFileNotFoundException(ファイル名、ディレクトリ名、またはボリューム ラベルの構文が間違っています。)が発生してしまいます。 PDF出力の流れは以下のようにしております。 ・Bサーバーから受け取っ ...