Eclipse not building aidl file

android, eclipse, java

Solution

You might have resolved the problem, but for others' reference, i corresponding .java files would not have been generated.So once clean the project and if that doesn't work delete the gen folder and then try building the project. It worked for me.

Problem

I'm having trouble getting eclipse to build an aidl file for android. It doesn't seem to recognize it and does not call "aidl" when building project.

Original source