Halide icon indicating copy to clipboard operation
Halide copied to clipboard

apps/HelloAndroid is hopelessly stale

Open steven-johnson opened this issue 3 years ago • 2 comments

It doesn't build on recent Android setups and may not be a good example anymore. We should really revise it to work properly and give it some buildbot-testing love.

(Is it possible to use a CMake-based build for Android at this point? It would make ongoing maintenance immensely easier for us if we could avoid having to use Gradle, etc directly.)

steven-johnson avatar Aug 31 '22 18:08 steven-johnson

(The same is likely true of HelloIOS)

steven-johnson avatar Aug 31 '22 18:08 steven-johnson

(Is it possible to use a CMake-based build for Android at this point? It would make ongoing maintenance immensely easier for us if we could avoid having to use Gradle, etc directly.)

Almost... when I looked into this, the CMake/Gradle integration did not appear to provide any way to get a host build to run. So building the generators inside the Gradle build is a challenge. I would want to speak with a more experienced Android build engineer before opining further.

alexreinking avatar Sep 02 '22 13:09 alexreinking