I’m asking this because i want to use this Hidden Markov Model classifier in an android app.
The lib makes no use of any graphical UI so my guess is that I can use just like that?
How to know which jars we can and which not on android?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most of the jars can be used directly in android as Android SDK includes most of Java’s standard implementation.
If you use eclipse, if the jar is linked to android unknown element (one of the most common is awt functionnality) you will get an error on creating the .apk