Skip to content

Commit

Permalink
Update instructions for Android in README.md file (pull #2263)
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions workflow to macOS 12
  • Loading branch information
natapov authored Aug 3, 2024
1 parent 251d2b4 commit 0ca157f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javacv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
sudo: false
macosx-x86_64:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
- uses: mxschmitt/[email protected]
Expand Down
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 0ca157f

Please sign in to comment.