gluonhq / gluon-samples

Gluon sample projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set systemProperty in build.gradle file ?

opened this issue · comments

I want to use native libraries.

If I build my app it comes java.lang.UnsatisfiedLinkError.

How to set systemProperty in build.gradle file ?

I want to set java.library.path in build.gradle.

How can I set systemProperty in build.gradle file ?