1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Removed Android AIDL from build scrips and tutorials as it's not needed since 4.9.0.

This commit is contained in:
Alexander Smorkalov
2024-01-10 16:22:03 +03:00
parent 7fb336322d
commit fde99e68c0
19 changed files with 5 additions and 31 deletions
@@ -75,11 +75,10 @@ In addition to this instruction you can use some video guide, for example [this
@endcode
The fix was found [here](https://stackoverflow.com/questions/73225714/import-opencv-sdk-to-android-studio-chipmunk)
6. OpenCV project uses `aidl` and `buildConfig` features. Please enable them in
6. OpenCV project uses `buildConfig` feature. Please enable it in
`MyApplication/OpenCV/build.gradle` file to `android` block:
@code{.gradle}
buildFeatures{
aidl true
buildConfig true
}