MapView in the Android 3.0 Honeycomb Preview AVD emulator?
When I push my app to a Honeycomb AVD I开发者_JS百科 get this:
Package com.myapp requires unavailable shared library com.google.android.maps; failing!
Am I right in thinking this is because the Preview SDK only provides the AOSP SDK, and not the Google components?
Is there currently any way to test apps in the Honeycomb AVD that rely on MapView?
Yes, the preview SDK doesn't include the Google Add-On, and the emulator doesn't have the necessary library.
However, the final SDK is now released and you should be able to create an AVD (emulator image) that contains the Maps shared library by installing the Google Add-On for Android 3.0.
精彩评论