문제

Hi I am have to somehow port the emerald compiler to the Android phones. however do I still need to have root access to distribute objects to different phones? emerald is implemented in C so that is why I want to go full native. is there a reason why corba is not compatible with android ?

도움이 되었습니까?

해결책

I don't know Corba apart from it's name, but native apps are still subject to the android permission model.

So you have to request the INTERNET permission to be able to do network stuff. This doesn't gurantee that corba works at all though, but root access won't help you in that case.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top