-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ninja error:missing and no known rule to make it #2
Comments
Have you ever import libcode2.so manually? I can't find it anywhere. |
@BadDateAlex, To solve your problem, you need to download the native libraries (.so format) and add them to the project.
Next, in gradle, specify the path to these libraries:
Now you can use native libraries; to do this, specify in the Codec2 class:
|
thx,I finally use an aar version from my co-workers,they build it from linux system. |
I was trying to import your project on my Android Studio and I had this error. I don't know why there isn't a folder named imported-lib,did I miss sth? please help me, thank u.
ninja: error: 'E:/Android/SatellitePhoneCallApp-master/libcodec2-android/src/main/cpp/libcodec2-android/build/imported-lib/armeabi-v7a/libcodec2.so', needed by 'E:/Android/SatellitePhoneCallApp-master/libcodec2-android/build/intermediates/cxx/Debug/3o464q63/obj/armeabi-v7a/libCodec2JNI.so', missing and no known rule to make it
The text was updated successfully, but these errors were encountered: