Skip to content

Commit

Permalink
Update README.md so that users know to set android:extractNativeLibs=…
Browse files Browse the repository at this point in the history
…"true" on android
  • Loading branch information
natapov authored Aug 2, 2024
1 parent 251d2b4 commit e490290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ IntelliJ IDEA (Android 7.0 or newer):
2. Copy all the JAR files into the `app/libs` subdirectory.
3. Navigate to File > Project Structure > app > Dependencies, click `+`, and select "2 File dependency".
4. Select all the JAR files from the `libs` subdirectory.
5. In the AndroidManifest.xml add `android:extractNativeLibs="true"`

After that, the wrapper classes for OpenCV and FFmpeg, for example, can automatically access all of their C/C++ APIs:

Expand Down

0 comments on commit e490290

Please sign in to comment.