Questions marquées «android-image»








4
En lisant un fichier image en bitmap à partir de sdcard, pourquoi est-ce que j'obtiens une NullPointerException?
Comment puis-je lire un fichier image en bitmap à partir d'une carte SD? _path = Environment.getExternalStorageDirectory().getAbsolutePath(); System.out.println("pathhhhhhhhhhhhhhhhhhhh1111111112222222 " + _path); _path= _path + "/" + "flower2.jpg"; System.out.println("pathhhhhhhhhhhhhhhhhhhh111111111 " + _path); Bitmap bitmap = BitmapFactory.decodeFile(_path, options ); Je reçois une NullPointerException pour bitmap. Cela signifie que le bitmap est nul. Mais …


En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.