There's another possibly important difference between the iPhone (+Symbian) and Android platform, namely compiling down to native code or not. As Nokia has demonstrated, device fragmentation (read binary platform fragmentation) is a real issue which will probably be a major factor for Nokia Apps never taking off like iPhone has, and Android may possibly do. Since Apple only has one device, this isn't a challenge for that platform yet, but when/if different apps needs to be compiled for each platform, it may become more challenging.
Android on the other hand, runs something Java like on top of the OS and binary APIs, and hopefully it's good enough that it will support various devices without requiring massive recompilation.
And finally, good people are working to creating cross platform toolkits which should work on many platforms. Nokia owns Qt which is one, but still compiles down to native code. However, Qt already support Javascript, so with some work I believe Nokia may be able to create a full app-platform in Javascript using Qt as the binary layer. But at the current stage, Nokia hasn't spoken about any such directions yet.
Another project, Phonegap, tries to allow Javascript applications running on the native browser on the phones full access to the "native" part of the platform, like specific hardware (geo location) and UI controls.
Personally I believe the devices are more than powerful enough to run most of their apps at a higher abstraction level than binary code, and assuming the vendors allow "binding" javascript and/or other more abstract languages full access to the platform, we will hopefully avoid another "Java everywhere" disaster which have hampered the phone platform for years (disallowing developers access to functions which would improve phone/communication facilities, only giving them a sandbox to show pretty pictures...).