-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I successfully built the PCL for Android arm64-v8a libraries, but then got an error attempting
to build the example app. Appears to be an issue with Gradle configuration.
It is a bit confusing as the message
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
conflicts with the fact that Gradle 5.1.1 was apparently downloaded / used
Also I found the message:
Detected a mismatch for the compiler version between your conan profile
settings and CMake:
Compiler version specified in your conan profile: 8
Compiler version detected in CMake: 9.0
So then I changed ~/.conan/profiles/arm64-v8a to specify
compiler.version=9
instead of
compiler.version=8
and tried the build again
$ cd ~/Downloads/pcl-for-android/example-app
$ ./gradlew clean assemble
This time it seemed to get stuck at 26% EXECUTING of the :app:generateJsonModelDebug
step for a long time
Any suggestions ?
Metadata
Metadata
Assignees
Labels
No labels