ViktorDegtyarev / CallRecLib

Call Recorder fix for Android 7 and Android 6
Apache License 2.0
101 stars 60 forks source link

Error:A problem occurred configuring project ':library'. #10

Open akashsoni143786 opened 6 years ago

akashsoni143786 commented 6 years ago

Error:A problem occurred configuring project ':library'.

gitjemy commented 6 years ago

i had faced the same issue and i did istall cmake and ndk from sdk manager

Tools -> SDK Manager -> SDK Tools

and check if CMake and ndk are installed

but after that i faced a new issue

`Error while executing process C:\Users\Ahmed\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\cmake.exe with arguments {-HF:\Android\github_clones\CallRecLib-master\library\src\main\cpp -BF:\Android\github_clones\CallRecLib-master\library.externalNativeBuild\cmake\release\armeabi -GAndroid Gradle - Ninja -DANDROID_ABI=armeabi -DANDROID_NDK=C:\Users\Ahmed\AppData\Local\Android\Sdk\ndk-bundle -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=F:\Android\github_clones\CallRecLib-master\library\build\intermediates\cmake\release\obj\armeabi -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=C:\Users\Ahmed\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\ninja.exe -DCMAKE_TOOLCHAIN_FILE=C:\Users\Ahmed\AppData\Local\Android\Sdk\ndk-bundle\build\cmake\android.toolchain.cmake -DANDROID_PLATFORM=android-16 -DANDROID_TOOLCHAIN=clang}

`

and i don't know how to deal with