cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Is it possible to use java sdk in android application

ikhalil
1-Newbie

Is it possible to use java sdk in android application

Hey there, I wanna know is it possible to use java sdk in an android application.

1 REPLY 1
mhollenbach
5-Regular Member
(To:ikhalil)

It actually is not. We have a separate Android SDK for Android applications.

The Java SDK uses a version of Netty that requires Java NIO functions not present in the Android VM - even the most recent version of Netty just started claiming to work on Android, but this functionality is untested by the Netty team.

There are also some Class loading issues -- the Jackson parser we use is not the same version as the one required by Android and this causes conflicts at runtime.

Hope this answers your questions.

Regards,

Meghan

Top Tags