Hi all, I wrote an application with AIDL framework by Eclipse and put it to build path. When I wanted to build an image out, there will have build errors.
The errors are "cannot find symbol" and "XXXInterface does not exist". It seems that compiler doesn't know where the classes are. I declared the .aidl files under src package and Eclipse ADT plugin will automatically generate codes in gen folder. How can I solve this problem ? Thanks in advance.
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
