问题
I got a project from a developer which is already completed and working fine for him on his computer. When I try to build that project on my computer in eclipse, then I am getting following error message:
Failed to run com.android.ide.eclipse.adt.internal.build.AidlProcessor.
Developer is using AIDL files into the project and I think my eclipse is not able to run those file... I searched lot about this on internet but did not get any help.
Please let me if someone have any idea about this problem.
Thanks,
Wave
回答1:
I don't know if it will help in your case, but in mine, I deleted the project, deleted the .classpath file, and then went through the "new android project from existing source" workflow again. I don't know what was wrong with the original .classpath, but that seems to have done the trick.
回答2:
I'm not sure but maybe you haven't installed Android SDK and Android ADT for Eclipse or you install them improperly? Try to reinstall them.
This problem is very unusual and some unusual problems happen if you use JDK 7. For Android development you should use JDK 6. Check this also! Good luck!
回答3:
Try one of them:
- Change your workspace.
- Delete com.android.ide.eclipse.adt folder from your metadata. plugins \
- Add exported="true" to the classpathentry in your .classpath
回答4:
I had error in importing project.I deleted .classpath file and then imported and it worked.
来源:https://stackoverflow.com/questions/11690543/failed-to-run-com-android-ide-eclipse-adt-internal-build-aidlprocessor