in eclipse if I import any of system class say android.accounts.Account;
eclipse is showing error whereas import
any other class from my project it usually not an issue.


After doing some google

 aidl -p<path_to_your_sdk_directory>/tools/lib/framework.aidl
-I/<path_to_your_sdk_directory>/src IMyIntface.aidl

Above statement seems to work find if you point to framework.aidl.

I am trying to fix this inside eclipse. Is there a way to fix adt plugin to
allow system parcelables inside the aidl...
I can import classes from my project which ADT plugin doesnt throw error.

Thanks in advance for your help

-- 
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