NDK, CMake, and Android in TravisCI

前端 未结 3 1961
野的像风
野的像风 2020-12-17 03:40

I\'m trying to set up my CI for a Android project that uses some C++ code. As such I need the NDK that doesn\'t come pre-installed on Travis Android images. I\'m currently

3条回答
  •  一生所求
    2020-12-17 04:11

    Looks like the NDK samples use travis, maybe look there to see what's missing from your build: https://github.com/googlesamples/android-ndk/blob/master/.travis.yml

提交回复
热议问题