Converting Java RDP to Android

Asked By 10 points N/A Posted on -
qa-featured

In Java, Proper RDP is working fine but byte array size changing when converting Java to android because of which not able to convert. Is anyone else facing the same issue?

SHARE
Answered By 0 points N/A #144098

Converting Java RDP to Android

qa-featured

If there u use a standard Android SDK, it must work in Android because the code is already done in Java. You should follow the instructions for setting up the eclipse and android sdk tools, only after this you can import your code o the android project. The only thing that must be changed is probably GUI, that is different in Android.

Related Questions