非常好的課程,雖然年代久遠(yuǎn)。
源碼:https://github.com/ThirdPrince/imooc_606
源碼:https://github.com/ThirdPrince/imooc_606
2022-11-25
出現(xiàn)空指針現(xiàn)象是因?yàn)闆](méi)有在Manifest文件中注冊(cè)Service
<service android:name=".IRemoteService" android:process=":remote" android:exported="true"/>
<service android:name=".IRemoteService" android:process=":remote" android:exported="true"/>
2018-04-19
此處是自己對(duì)課程的總結(jié),希望能幫到大家https://blog.csdn.net/yang1349day/article/details/79931071
2018-04-13
最贊回答 / qq_sunshine_162
另外服務(wù)端要注冊(cè)服務(wù),并且允許遠(yuǎn)程,不然會(huì)發(fā)生安全性異常<service android:name=".MService" ? ? ? ? android:process=":remote" ? ? ? ? android:exported="true" ? ?/>
2018-02-28