-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation for td/jnibuild/td/generate/td_generate_java_api #3198
Comments
You need to use https://tdlib.github.io/td/build.html to get complete build instructions, which can use the utility. |
yes i got a complete build but i wan't to generate a c contains the jni binding so i could compile it and have something like the once in example/java/.../TdApi.java and td_jni.cpp i copied them but is there any better way than coping them into project dev directory? |
You must copy the Java files built along with libtdjni.so. |
libtdjni.so built with predefined -DPACKAGE_NAME and set to the java app package (org/drinkless) i am just asking how to generate this td_jni.cpp.
|
The Java files and libtdjni.so must be compatible. You can't generate them separately. |
alright thanks |
where can i find documentation about this command or how to use it to generate the td_api.cpp.
The text was updated successfully, but these errors were encountered: