0

I've previously had this problem, and now I'm having it again.

I've just updated the Android SDK/Plug-in and I am, once again, getting this error.

As you can see, this library is in my libs folder.

jars in libs folder

I also have it checked on Order and Export.

order and export

What have they changed now?

Community
  • 1
  • 1
Andrew
  • 20,756
  • 32
  • 99
  • 177

2 Answers2

1

I had a similar problem and I solved it by checking Android Private Libraries on Order and Export

Emmanuel
  • 13,083
  • 4
  • 39
  • 53
  • Thanks worked, thank you. However, it required a clean and rebuild before it did. No idea why this was all the sudden mandatory. – Andrew Jul 03 '13 at 15:31
  • Glad it worked. I think this will be the case from now on. Can you mark this post as answered? Thanks. – Emmanuel Jul 03 '13 at 15:33
0

Don't add external jar to library; remove the commons-code.jar. Copy it into libs folder then add it as a library

Emmanuel
  • 13,083
  • 4
  • 39
  • 53
H4F
  • 131
  • 10