Hello everyone.
I'm trying to import OWL API in an Android Project.
I added the jar file to the 'libs' folder and made sure it's included in the build.gradle.
Unfortunately, the project fails as soon as it comes to use the owl api classes and methods.
It seems that owl api works smoothly in java project but, with Android, source codes must be recompiled in order to work properly. So, how could I do that?
Thanks in advance.
I'm trying to import OWL API in an Android Project.
I added the jar file to the 'libs' folder and made sure it's included in the build.gradle.
Unfortunately, the project fails as soon as it comes to use the owl api classes and methods.
It seems that owl api works smoothly in java project but, with Android, source codes must be recompiled in order to work properly. So, how could I do that?
Thanks in advance.