I\'ve got some AIDL files which I want to include in a project, however Eclipse seems to work differently on different projects.
I\'m developing an SDK for an applicatio
I had this exact issue happen to me today. It turns out this happens when there are source folders in your project that do not actually exist.
So verify in your project Java Build Path that all source folders actually exist. After removing a dead source folder link from there my project once again compiled the aidl.