[android-developers] Re: static member data issue in arm-eabi-ld

2009-01-15 Thread Andrew Stadler
Sorry to keep repeating this, but native development is *not* currently supported by the SDK. This mailing list is for discussion of application development using the SDK. You may want to try android-platform or android-discuss. See for more information. Tha

[android-developers] Re: static member data issue in arm-eabi-ld

2009-01-15 Thread Michael MacDonald
This is a problem with your c++ program, not with android. m is declared but not defined. You need to add int c::m; to your source file. simon wrote: > hi all, > > i'm trying to compile simple native application under Android platform > and got problem with linker (looks like linker or linker