Android Studio + Liquid Fun
Asked Answered
C

3

30

I'm trying to setup Android Studio + LiquidFun. I follow a lot of tutorials like these:

But either isn't comprehensive or isn't work. I tried all, copy directly the files (C++) to my project, tried to import using NDK, tried to fix NDK with gradle, etc. But nothing works. I appreciate it too much if anyone could help me to solve my problem or to install Liquidfun properly.

Thanks.

Counterproposal answered 23/12, 2015 at 7:25 Comment(2)
A comprehensive answer and/or link to such answer is needed.Noncompliance
Could you elaborate your question detail. ? Did you follow the tutorial here for building ? If you are getting stuck at someplace providing the stacktrace or log would be great.Sirocco
J
1

Did you try following the instructions from here: https://google.github.io/liquidfun/Building/html/md__building_android.html

They seem clear enough. You need the NDK on your PATH for ndk-build to actually do anything.

Jacal answered 31/8, 2016 at 19:37 Comment(0)
C
1

If you are going to use Java, you may want to try JLiquidFun, a derivative of LiquidFun with enriched Java bindings and pre-compiled native libraries.

Chayachayote answered 12/4, 2018 at 15:8 Comment(0)
A
1

try this instead

build .so, copy to AndroidStudio Project's lib dir

last year,i was compiled successfully, use Old version NDK and Android SDK.(This is very painful)

i think need It needs to be adapted to the new Android SDK

In particular, build statements in.mk files or.py files , Because you're using the old version of the command line command

Alundum answered 24/12, 2019 at 22:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.