I'm writing an AIDL file which would import local class in the same
package.
The AIDL file is as below

package com.adc
import com.adc.CClass
interface ...{}

when compiling, I encounter the issue that "couldn't find import for
class com.adc.CClass"

I think that I should set LOCAL_AIDL_INCLUDES in Android.mk as
LOCAL_AIDL_INCLUDES +=  $(LOCAL_PATH) $(LOCAL_PATH)/src
But it's wrong. The error still occurs.

Could someone please give me some advices to make it right?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to