3

I get an error like below when running all projects in eclipse IDE, but in individual files(XML or JAVA), there are no errors specified.

[2011-11-21 10:42:34 - aaa] product variants
[2011-11-21 10:42:34 - aaa] --utf16
[2011-11-21 10:42:34 - aaa] changes default encoding for resources to UTF-16.  Only useful when API
[2011-11-21 10:42:34 - aaa] level is set to 7 or higher where the default encoding is UTF-8.
Adam Wenger
  • 17,100
  • 6
  • 52
  • 63
subrussn90
  • 1,142
  • 1
  • 14
  • 27

2 Answers2

5

I was getting this, This means your "Platform Tool" package is out of date. Please update it using the SDK Manager.

I think problem related to eclipse version or android ADT. then try reinstall a newest version Eclipse.

maybe this link help to you: link1 - link2

Community
  • 1
  • 1
Omid Nazifi
  • 5,235
  • 8
  • 30
  • 56
3

on your files change the utf coding to 8 at the top. In the xml files it says "encoding=" edit that to say 8.

mr.j05hua
  • 170
  • 4
  • 14