Android Eclipse Error “Android Packaging Problem”

后端 未结 9 2256
天涯浪人
天涯浪人 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:25

    I had a similar error - but instead of a NullPointerException it was an InvalidoperationException from somewhere in Eclipse.

    A Project > Clean solved that one too.

    0 讨论(0)
  • 2020-12-10 12:26

    I ran into the same problem coz of my blackberry sdk installation. I think it messed up my eclipse 3.6.2 install . I just reinstalled eclipse and it all worked like a charm

    0 讨论(0)
  • 2020-12-10 12:37

    First I should recommend that you start using subversion or other versioning on your apps, that way you can pinpoint every change between each iteration. If your project was in subversion you could compare with previous and then pinpoint what changed.

    With that said, I would also check through any recently changed layout XML, make a change and hit save and make sure you don't get errors. I've experienced strange null pointer/errors in Eclipse at times when my layout was fine, and by making a change and saving, the errors go away.

    0 讨论(0)
提交回复
热议问题