[android-developers] Re: .aidl and resource files not processed by Eclipse.

2010-08-16 Thread vBv
How you got this working? Did u removed apostrophies ? I am using eclipse helios and android sdk r3. Same configuration works fine on Linux machine but not on windows machine. On Aug 13, 4:32 am, Richard Schilling richard.rootwirel...@gmail.com wrote: I got it working. There are apostrophies

[android-developers] Re: .aidl and resource files not processed by Eclipse.

2010-08-12 Thread Richard Schilling
I'm building the stock ApiDemos code, which used to build just fine But, here's the top three errors. [2010-08-12 16:19:44 - ApiDemos] libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area [2010-08-12 16:19:44 - ApiDemos] C:\Users\richards\android\android-sdk-

Re: [android-developers] Re: .aidl and resource files not processed by Eclipse.

2010-08-12 Thread Mark Murphy
On Thu, Aug 12, 2010 at 7:21 PM, Richard Schilling richard.rootwirel...@gmail.com wrote: I'm building the stock ApiDemos code, which used to build just fine But, here's the top three errors. [2010-08-12 16:19:44 - ApiDemos] libpng warning: Ignoring attempt to set cHRM RGB triangle with

[android-developers] Re: .aidl and resource files not processed by Eclipse.

2010-08-12 Thread Richard Schilling
Absolutely. Richard On Aug 12, 4:25 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Aug 12, 2010 at 7:21 PM, Richard Schilling richard.rootwirel...@gmail.com wrote: I'm building the stock ApiDemos code, which used to build just fine But, here's the top three errors.

[android-developers] Re: .aidl and resource files not processed by Eclipse.

2010-08-12 Thread Richard Schilling
I got it working. There are apostrophies in the String values in strings.xml. The resource processing tool doesn't like those. Jeez Louise - you'd think the build would be checked before sending it out into the wild. I am sure there's a bug related to fixing this somewhere. Richard On Aug