I'm having problems creating an aidl file (on Windows, in Eclipse)
when attempting to import either:

import android.content.IntentFilter;
import android.content.IntentReceiver;

"couldn't find import for class android.content.IntentFilter"
"couldn't find import for class android.content.IntentReceiver"

However, android.content.Intent works just fine, also if I don't use
IntentFilter/Receiver, the aidl file compiles fine.
Would this be related to the parceable eclipse compiling problem?  In
other words, both IntentFilter and IntentReceiver are Pareceable and
thus need to be defined in a separate aidl file?

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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to