AdvancedAndroid_Emojify
AdvancedAndroid_Emojify copied to clipboard
Delete method is in save, share and delete events, so if you save and then share or delete, you always receive an error toast, so I just commented it.
Running 'emulator -webcam-list -avd [avd name]' (for any device, or without the device param) yields the following: emulator: ERROR: cmd_camera_device_start_capturing: Device 'AndroidEmulatorVC0' is unable to save frame to the clipboard:...
application dosent show the image when i take it , it get crashed and return to main activity with this exception FATAL EXCEPTION: main Process: com.sec.android.app.camera, PID: 8066 java.lang.SecurityException: Permission...
`07-12 19:01:53.343 15696-15696/? W/Gmail: Error opening file to obtain size. java.io.FileNotFoundException: No such file or directory at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:144) at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:692) at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:1156) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:993) at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:846) at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:800) at dln.a(SourceFile:212)...
Hello, I'm having a crash due to a FileUriExposedException on the 2nd Exercice ([https://github.com/udacity/AdvancedAndroid_Emojify/tree/TLIB.02-Solution-DetectFaces]()) my device is a Honor 5C. ``` Caused by: android.os.FileUriExposedException: file:///storage/9016-4EF8/Android/data/com.example.android.emojify/cache/JPEG_20170707_121204_1635028525.jpg exposed beyond app through ClipData.Item....
Is it OK to use a Context in the static method?
on LGE LG D802 device, the camera app doesn't seem to recognise Emojify's File Provider and thus no photo is captured and displayed, for a work around, this line in...
My app is crashing after it returns from the camera with the warning Failed to ensure directory: /storage/sdcard1/Android/data/com.example.android.emojify/cache Any suggestion ?
After integrating butterknife the GO button is not working. I tried everything but doesn't help. I am testing on Redmi 2S prime. It was working fine before integrating it with...