Giter VIP home page Giter VIP logo

Comments (4)

otman-soulimani avatar otman-soulimani commented on July 28, 2024

java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.OutputStream.close()' on a null object reference

from aaf-easydiary.

otman-soulimani avatar otman-soulimani commented on July 28, 2024

10-24 12:38:50.863 22576-25977/me.blog.korn123.easydiary W/System.err: at me.blog.korn123.commons.utils.BitmapUtils.saveBitmapToFileCache(BitmapUtils.java:56)
10-24 12:38:50.863 22576-25977/me.blog.korn123.easydiary W/System.err: at me.blog.korn123.easydiary.activities.PostCardActivity$6.run(PostCardActivity.java:269)

from aaf-easydiary.

hanjoongcho avatar hanjoongcho commented on July 28, 2024

Hi~ tiqniya.

Registered issue are caused by the fact that the working directory has not been initialized.
From android version 6.0 higher, we need to acquire user confirm at runtime, but the working directory is initialized before the privilege is acquired therefore the diary card can not be created.
This problem can be solved by adding the work directory initialization method when generating the diary card after the authorization is completed.
Add the following code to PostCardActivity.java line 269 to generate the working directory to be initialized before calling the BitmapUtils.saveBitmapToFileCache method.
EasyDiaryUtils.initWorkingDirectory(Environment.getExternalStorageDirectory().getAbsolutePath() + Path.USER_CUSTOM_FONTS_DIRECTORY);

If you like, please request a 'pull request' after fixing the issue yourself. =)

from aaf-easydiary.

otman-soulimani avatar otman-soulimani commented on July 28, 2024

problem solved by the code you send me.
thank you

from aaf-easydiary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.