Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キャンバスからビットマップを作成しました。「/sdcard/folder/subfolder/file.png」に保存します
このpngファイルを保存してからimageviewに入れたいです。BitmapFactory.decodeFile( "/ sdcard / folder / subfolder / file.png");を使用してこれを試しました。方法。しかし、それは何も返しませんでした。imageviewに画像がありません。
何か考えはありますか?
使ってみて
String filePath = Environment.getExternalStorageDirectory()+"/folder/subfolder/file.png";//or "folder/subfolder.."