Android Eclipse Error “Android Packaging Problem”

后端 未结 9 2308
天涯浪人
天涯浪人 2020-12-10 12:10

I am getting an error in my Problems tab for my Android Project in Eclipse. The error is \"Android Packaging Problem\" with an Unknown location.

9条回答
  •  眼角桃花
    2020-12-10 12:19

    Cleaning the project was not enough for me. I had to first remove a that specified the interface from the .classpath file and a 's to the same interface in the .project file before cleaning the project would remove the error.

提交回复
热议问题