照着老师写的源码: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