I’m compiling using android tools without eclipse.
I compile launching “ant debug” from command line.
I have found many many instructions around the web about how to remove with annoying warning, but I haven’t been able to make any of them work.
I’ve tried -D option, I’ve tried randomly tweaking build.* files, I’ve tried exporting an environment variable… nothing.
I guess some of these methods just don’t work, and some others would work but I’ve been doing them incorrectly. Anything is possible and I can’t stand it any more: any advice on how to do it?
I had the same problem. This is how I solved it:
When I launch
ant release, there is this line in the output:[setup] Importing rules file: tools/ant/ant_rules_r3.xml. I editedant_rules_r3.xmland replaced “ascii” with “UTF8”.