i did both these already... my i got map API and put all permissions in manifest
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-library android:name="com.google.android.maps" /> still its showing his error, what may be the reason.. Thanks Nithin On Apr 13, 11:04 pm, Charlie Collins <[email protected]> wrote: > Also make sure you have a maps key, the error message you are getting > look unrelated, but just check that to make sure. > > http://code.google.com/android/maps-api-signup.html > > On Apr 13, 1:17 pm, nithin warier <[email protected]> wrote: > > > Hi, I tried to display map in emulator. But its showing just tiles only. I > > am attaching the screenshot and the log message is like this. > > > 04-13 22:30:06.934: INFO/ActivityManager(48): Start proc org.me.map for > > activity org.me.map/.MapAct: pid=615 uid=10022 gids={3003} 04-13 > > 22:30:06.944: DEBUG/dalvikvm(607): VM cleaning up 04-13 22:30:06.954: > > DEBUG/dalvikvm(607): LinearAlloc 0x0 used 541500 of 4194304 (12%) 04-13 > > 22:30:06.976: ERROR/dalvikvm(607): pthread_setspecific failed, err=22 04-13 > > 22:30:07.425: INFO/System.out(615): #### #### Setting locale to en_US 04-13 > > 22:30:07.466: WARN/Maps_Persistence(615): Couldn't find file: > > /data/data/org.me.map/files/DATA_Preferences 04-13 22:30:07.545: > > INFO/jdwp(615): received file descriptor 27 from ADB 04-13 22:30:07.645: > > WARN/Maps_Persistence(615): Couldn't find file: > > /data/data/org.me.map/files/DATA_Tiles 04-13 22:30:07.675: > > WARN/Maps(615): Couldn't > > restore map info, data == null 04-13 22:30:07.995: INFO/MapActivity(615): > > Handling network change notification:CONNECTED 04-13 22:30:08.015: > > ERROR/MapActivity(615): Couldn't get connection factory client 04-13 > > 22:30:08.194: INFO/ActivityManager(48): Displayed activity > > org.me.map/.MapAct: 1400 ms > > > Please tell whats wrong with this, My source code is very simple, I ididnt > > try anything special, > > > public class MapAct extends MapActivity { /** Called when the activity is > > first created. */ @Override public void onCreate(Bundle savedInstanceState) > > { super.onCreate(savedInstanceState); setContentView(R.layout.main); } > > @Override protected boolean isRouteDisplayed() { // TODO Auto-generated > > method stub return false; } } > > > Thanks > > Nithin > > nithinwarier.blogspot.com > > +919739146701 > > > map.bmp > > 3112KViewDownload --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

