Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to import java.rmi.* in Android?

Tags:

android

rmi

I have a project on my distributed system course and we have to use the java.rmi.* on our project and I knew that android doesn't provide this library because of the dalvik VM problems. So I'm just asking is there away to use these libraries on Android ?

Thanks.

like image 241
xsoh Avatar asked Dec 01 '25 03:12

xsoh


1 Answers

RMI is not supported on Android. you could implement it yourself, but that's going to be a non-trivial amount of work.

like image 115
Elliott Hughes Avatar answered Dec 03 '25 19:12

Elliott Hughes



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!