android: getting rid of "warning: unmappable character for encoding ascii"
Posted
by Lo'oris
on Stack Overflow
See other posts from Stack Overflow
or by Lo'oris
Published on 2010-04-12T14:14:54Z
Indexed on
2010/04/16
16:33 UTC
Read the original article
Hit count: 172
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?
© Stack Overflow or respective owner