Harish Kandekar
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
anyone there ?
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 );
same issue i got
any solution ?? in my project even ccp folder also not getting generated