Skip to content

Commit 21c11e5

Browse files
Merge pull request #2730 from theabhishekavi/ndk-version
Build error due to ndk version
2 parents 043fe42 + 93b54d3 commit 21c11e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Before you begin, you should have already downloaded the Android Studio SDK and
109109
- Copy all the files from *"OpenCV-android-sdk/sdk/native/libs"* to *"phimpme-android/app/src/main/jniLibs"* (create directory if it doesn't exist)
110110
- Now build your project. If your build fails then try deleting these build directories *"phimpme-android/app/.externalNativeBuild"* and *"phimpme-android/app/build"*, if they exist and run the build again.
111111

112-
7. Once all build errors have been resolved, you should be all set to build the app and test it.
112+
7. If build error still persist, try replacing ndk with ndk version 16b from [ndk-archives](https://developer.android.com/ndk/downloads/older_releases) . Once all build errors have been resolved, you should be all set to build the app and test it.
113113

114114
8. To Build the app, go to *Build > Make Project* (or alternatively press the Make Project icon in the toolbar).
115115

0 commit comments

Comments
 (0)