Failed to run com.android.ide.eclipse.adt.internal.build.AidlProcessor

不打扰是莪最后的温柔 提交于 2020-01-04 04:25:12

问题


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:

  1. Change your workspace.
  2. Delete com.android.ide.eclipse.adt folder from your metadata. plugins \
  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!