Search found 2 matches

by asoulier
Tue, 2019-02-26, 15:08
Forum: DCMTK - Installation
Topic: Use DCMTK in Android Studio
Replies: 2
Views: 8575

Re: Use DCMTK in Android Studio

Thanks, I will take a look at the source code and try to find a solution in it.
If anyone else can bring me a solution or clue, I will be grateful.

Arnaud
by asoulier
Thu, 2019-02-21, 17:25
Forum: DCMTK - Installation
Topic: Use DCMTK in Android Studio
Replies: 2
Views: 8575

Use DCMTK in Android Studio

Hello, I would like to use the DCMTK library in an android application. I used CMake to cross compile the library for Android and created the shared files with the make command. Now I don't understand how to use these files in android studio, how can I access the native functions in a java program, ...