Skip to content

errors building example-app, CMake not finding Eigen3 #15

Description

@brianm-sra

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions