Hi, i have the next question with api demo hello map.
I try to execute this example based in
\docs\guide\tutorials\views\hello-mapview.html but when activity start don t
show any map...
This is the log:
07-14 08:18:39.669: INFO/MapActivity(791): Handling network change
notification:CONNECTED
07-14 08:18:39.688: ERROR/MapActivity(791): Couldn't get connection factory
client
07-14 08:18:39.829: WARN/IInputConnectionWrapper(611): showStatusIcon on
inactive InputConnection
07-14 08:18:41.928: INFO/ActivityManager(568): Displayed activity
com.HelloMap/.HelloMap: 57892 ms
I have a key generated with keytool...
The java only is:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.mapview);
}
@Override
protected boolean isRouteDisplayed() { return false; }
}
Anybody help me ?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---