udacity / AdvancedAndroid_Emojify

139 stars 452 forks source link

Save Image and share image functions are not working. i got error #60

Open PhanindraPinniboina opened 3 years ago

PhanindraPinniboina commented 3 years ago

Screenshot_20201220-120631 1

please help me to solve this.

Tejasbarhate11 commented 3 years ago

Yes similar error is occuring for me as well.

<provider android:authorities="com.barhatetejas.fileprovider" android:name="androidx.core.content.FileProvider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>

this is the part of code i changed Instead of the support library i am now using the androidx library. But storageDir.mkdirs() is always returning false

KishorKokate commented 3 years ago

I also getting same error

please help us to solve this. whenever I install for the first time save image working perfectly but then not only save but also share option are not working.

RVM111 commented 3 years ago

Same Problems Guys.....................

Sagar0-0 commented 2 years ago

Show me some details of your BitmapUtils class, I can resolve your issue, I build the whole application successfully!! You can search and get it from my profile in forked repo of this project.

Sagar0-0 commented 2 years ago

or #62 Here have a look at this, I modified it to run in 2022. Assign this issue to me and then close it when you got your application successfully build :)