0

yesterday I made a lot of updates, because I had problem with libraries and I fixed it, I was working with my old projects yesterday and everything looks right until today. I wanted create New Android Application Project. After last step I getting this window: enter image description here

I looked on this topic and I deleted my Support library then re install but it didn't change anything. I tried Update eclipse, I find some sort of unimportant updates,I installed them but it didn't fix my problem too.

Community
  • 1
  • 1
MyWay
  • 1,011
  • 2
  • 14
  • 35

2 Answers2

0

Project -> clean and Project -> build your project.....and then try to run it...

Hope this will help you...

ADT
  • 255
  • 1
  • 4
  • 14
0

Their is a Bug in latest release SDK 22.2 revert to old SDK 22.

Remove Android SDk/tools folder contens and replace them with SDK 22(old version)

Download link: http://dl-ssl.google.com/android/repository/tools_r22-windows.zip

Reference link: https://code.google.com/p/android/issues/detail?id=33872