quick check on use of map api (android)

Posted by Peter vdL on Stack Overflow See other posts from Stack Overflow or by Peter vdL
Published on 2010-03-11T17:10:47Z Indexed on 2010/03/11 17:34 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

When you use the Google map api, it is not part of the Android SDK, and you have to mention it in your manifest xml file.

Do you have to do anything to access the jar file containing the map api code? Or is that automatically present on the device or emulator, the way the SDK code is?

Do you need put the map api jar file in your class path, either when compiling or when executing? Or is it kept somewhere where it is already visible, and the requirement of an XML mention is merely to remind you of the licensing issue?

Thanks,

Peter

© Stack Overflow or respective owner

Related posts about android

Related posts about map