照著老師寫的源碼:http://blog.csdn.net/chenzheng8975/article/details/54140098
要是有源碼上傳上來就好了,貌似有些東西視頻里面沒有講出來,下面的學員講出來了。謝謝。不過基本明白了aidl是個什么玩意了。也是謝謝老師了。
2016-12-03
哪位同學可以解釋下那些空指針是怎么造成的。。。
我也是在遠程調用add方法的時候報
int res = djgAidl.add(num1,num2);
我也是在遠程調用add方法的時候報
int res = djgAidl.add(num1,num2);
2016-11-25
interface Person should be declared in a file called com\examlpe\aidl\Person\Person.aidl.
Error:Execution failed for task ':aidlclient:compileDebugAidl'.
> java.lang.RuntimeException: com.android.ide.common.process.ProcessException: Error while executing 'D:\Android\sdk\build-tools\24.0.3\aidl.exe' with arguments {-pD:\Android\sdk\platforms\android-
> java.lang.RuntimeException: com.android.ide.common.process.ProcessException: Error while executing 'D:\Android\sdk\build-tools\24.0.3\aidl.exe' with arguments {-pD:\Android\sdk\platforms\android-
2016-10-30