开发者

Implementing AIDL interface

开发者 https://www.devze.com 2023-03-02 10:18 出处:网络
In my application I have implemented an aidl interface by the name IRouteRecording.aidl which is in the package com.google.android.apps.myroute.services.IRouteRecording.

In my application I have implemented an aidl interface by the name IRouteRecording.aidl which is in the package com.google.android.apps.myroute.services.IRouteRecording. Why am I getting an error while trying to import com.google.an开发者_运维问答droid.apps.myroute.services.IRouteRecording from a different package


Not a whole lot of detail to go by here, but I'm going to assume you're in Eclipse and have a different project for your second package. Have you ensured that project containing your AIDL interface is included in the second project's build path?

0

精彩评论

暂无评论...
验证码 换一张
取 消