Did you start with a clean win32 a few days ago or did it already have some of these elements (android or pascal) installed?
I don't use windows anymore, linux only (probably also bsd in the next few days). I started with my existing installation of both fpc and lazarus (both from trunk, always), and android sdk + ndk (both updated to latest release).
After svn up, I add arm-android target to my automatic fpc cross build script (which works just fine, just need to symlink ndk binutils with arm-android prefix), open my existing android project, remove -CpARMv6 from additional compiler options (other tab in project options), and recompile. OK, that fails (EIntOverflow in forms unit) because my LCL isn't recompiled. Run->Clean up build files, this time it works fine.
When I go to the site for NDK, they say I need the SDK too. Is that true for us as well?
AFAIK yes. I need the emulator, so SDK is needed anyway.