[android-developers] Re: about the sdk 1.0 source code

2008-10-15 Thread Zhihong GUO
Ludwig, Thank you for the answer.I found the implementation of com.google.android.maps was moved to the /system/framework/com.google.android.maps.jar in the emulator. So that in the SDK of 0.9 and 1.0, we have to indicate which library we will use for map application by a line uses-library

[android-developers] Re: about the sdk 1.0 source code

2008-10-15 Thread Ludwig
The reason for this is that the SDK does not contain a full implementation of Android any more, the full implementation is in the emulator and (of course) on the phone. The SDK only contains the stubs so that the libraries will link, but since the implementation of vital parts is missing it cannot