Harish Kandekar

Results 7 comments of Harish Kandekar

File imageFile= new File( getExternalFilesDir(DIRECTORY_PICTURES), "photo.jpg"); frontFotoapparat .takePicture() .saveToFile( imageFile );

if minifyEnabled is true then the above error is coming

fixed error 👍 -keep class io.fotoapparat.** { *; } -keep interface io.fotoapparat.** { *; } -keep enum io.fotoapparat.** { *; }

File imageFile= new File( getExternalFilesDir(DIRECTORY_PICTURES), "photo.jpg"); frontFotoapparat .takePicture() .saveToFile( imageFile );

any solution ?? in my project even ccp folder also not getting generated