[android-developers] Re: Map is Empty, no matter what I do

2010-07-28 Thread JoksanCPEN
First you have tomake sure that the API key is proper due to your
debug.keystore then make sure that you have the key on the mapview tag
in the xml file. then make sure that you have these three lines on
your manifest.

uses-library android:name=com.google.android.maps/

uses-permission android:name=android.permission.INTERNET/
uses-permission
android:name=android.permission.ACCESS_FINE_LOCATION/


On Jul 27, 6:03 pm, TreKing treking...@gmail.com wrote:
 On Mon, Jul 26, 2010 at 3:33 AM, TheIrish theiris...@gmail.com wrote:
  Any suggestion?

 Try again from the beginning. If it still doesn't work, it might be some
 proxy settings. I've seen people post on here about that. Search the group
 to see if any of those posts show up and are of any help.

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Map is Empty, no matter what I do

2010-07-28 Thread Oscar
Can you see the maps with the normal google maps application, maybe
proxies or permissions

On Jul 26, 2:33 am, TheIrish theiris...@gmail.com wrote:
 Hello everyone,
 I'm trying to embed maps into my application.
 I followed the official guide,
 - Generated a fingerprint using my .android/debug.keystore and with
 that, a google api key.
 - Enabled the maps library in the manifest
 - Enabled internet and location permissions in the manifest
 - Added a MapView
 - Verified that Eclipse is pointing its keystore to debug.keystore

 Problem: the application launches correctly, I see the maps grid, but
 no apps is loaded in there.
 Any suggestion? Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Map is Empty, no matter what I do

2010-07-28 Thread shashidhar yamsani
Some time back I was having the same problem. My mistake was that I have
added both the


   1.

   uses-library android:name=com.google.android.maps /

   2.

   uses-permission android:name=android.permission.INTERNET /


as childs for application tag. But the first one Should go as a child for
application tag and the second one as child of manifest tag.

I don't know, if you did the same mistake. But check it once.


On Wed, Jul 28, 2010 at 8:03 PM, Oscar oscar...@gmail.com wrote:

 Can you see the maps with the normal google maps application, maybe
 proxies or permissions

 On Jul 26, 2:33 am, TheIrish theiris...@gmail.com wrote:
  Hello everyone,
  I'm trying to embed maps into my application.
  I followed the official guide,
  - Generated a fingerprint using my .android/debug.keystore and with
  that, a google api key.
  - Enabled the maps library in the manifest
  - Enabled internet and location permissions in the manifest
  - Added a MapView
  - Verified that Eclipse is pointing its keystore to debug.keystore
 
  Problem: the application launches correctly, I see the maps grid, but
  no apps is loaded in there.
  Any suggestion? Thanks in advance.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en