kevalpatel2106 / android-hidden-camera

This library is to take picture using camera without camera preview.
Apache License 2.0
408 stars 155 forks source link

getting erro after adding dependency why ? #17

Open sunil-singh-chaudhary opened 7 years ago

sunil-singh-chaudhary commented 7 years ago

Error:Execution failed for task ':secretLocker:processDebugManifest'.

Manifest merger failed with multiple errors, see logs

kevalpatel2106 commented 7 years ago

@sunil-singh-chaudhary Can you post full error stack trace?

sunil-singh-chaudhary commented 7 years ago

Information:Gradle tasks [:cropper:generateDebugSources, :cropper:generateDebugAndroidTestSources, :cropper:mockableAndroidJar, :cropper:prepareDebugUnitTestDependencies, :giftlibrray:generateDebugSources, :giftlibrray:mockableAndroidJar, :giftlibrray:prepareDebugUnitTestDependencies, :giftlibrray:generateDebugAndroidTestSources, ::secretLocker:generateDebugSources, ::secretLocker:generateDebugAndroidTestSources, ::secretLocker:mockableAndroidJar, ::secretLocker:prepareDebugUnitTestDependencies] Error:Execution failed for task '::secretLocker:processDebugManifest'.

Manifest merger failed with multiple errors, see logs Information:BUILD FAILED Information:Total time: 2.316 secs Information:1 error Information:0 warnings Information:See complete output in console

sunil-singh-chaudhary commented 7 years ago

after getting error i manually added all the files direactly on project but what i can see is no pic is taken service is running demoCamService but didnt go on @Override public void onImageCapture(@NonNull File imageFile) { BitmapFactory.Options options = new BitmapFactory.Options(); stopSelf(); } this method is never called