Skip to content
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

gradle-javacpp-android: update gradle and javacpp version #71

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Clement-Devevey
Copy link

Updating gradle version and applying suggestions from Android Studio related to this change.
Updating javacpp and javacpp-plugin to 1.5.10.

For this to work you need the JDK 17 to be set in settings -> gradle.

@Clement-Devevey Clement-Devevey changed the title update the gradle version gradle-javacpp-android: update gradle and javacpp version Mar 13, 2024
@Clement-Devevey
Copy link
Author

@saudet Is this expected that we have to run manually:

./gradlew :app:javacppCompileJavaDebug && ./gradlew :app:javacppBuildParserDebug && ./gradlew :app:javacppBuildCompilerDebug

before executing the code? Are you aware of a way to do it directly in the build.gradle? Thanks in advance :)

./gradlew :app:javacppCompileJavaDebug && ./gradlew :app:javacppBuildParserDebug && ./gradlew :app:javacppBuildCompilerDebug
```

Then simply press run button in Android Studio.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why can't that be done from Android Studio??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants