Re: [android-developers] Re: Google Map not showing

2013-05-10 Thread surabhi jain
Hey my problem has been solved, actually i have created wrong api key Thanks lbendlin On Tue, May 7, 2013 at 9:32 PM, lbendlin l...@bendlin.us wrote: 39 characters is correct. However you do NOT want to post your API key in public. You really will want to read the documentation.

Re: [android-developers] Re: Google Map not showing

2013-05-07 Thread surabhi jain
When i am generating api key it is generating 39 characters key, AIzaSyDvC0EKylvJ3vnDF3pBzVxOhcweF_V_Urs not generating 40 characters On Tue, May 7, 2013 at 11:27 AM, surabhi jain surabhi17.j...@gmail.comwrote: I have run my app on device but it is not displaying map, again it is displaying

Re: [android-developers] Re: Google Map not showing

2013-05-07 Thread lbendlin
39 characters is correct. However you do NOT want to post your API key in public. You really will want to read the documentation. https://developers.google.com/maps/documentation/android/start On Tuesday, May 7, 2013 2:01:37 AM UTC-4, surabhi jain wrote: When i am generating api key it is

[android-developers] Re: Google Map not showing

2013-05-06 Thread lbendlin
The Google Maps Android API v2 uses a new system of managing keys. Existing keys from a Google Maps Android v1 application, commonly known as MapView, will not work with the v2 API. On Monday, May 6, 2013 1:09:53 PM UTC-4, surabhi jain wrote: Hi all, I am using Android Google Map V2.I have

[android-developers] Re: Google Map not showing

2013-05-06 Thread lbendlin
In addition, V2 maps do not (easily) work on an emulator. You would need an actual device with Play Services installed. On Monday, May 6, 2013 2:40:02 PM UTC-4, lbendlin wrote: The Google Maps Android API v2 uses a new system of managing keys. Existing keys from a Google Maps Android v1

Re: [android-developers] Re: Google Map not showing

2013-05-06 Thread surabhi jain
I have run my app on device but it is not displaying map, again it is displaying grid. is there any jar file or other thing to import? On Tue, May 7, 2013 at 12:11 AM, lbendlin l...@bendlin.us wrote: In addition, V2 maps do not (easily) work on an emulator. You would need an actual device

Re: [android-developers] Re: Google Map Android Api V2 not working

2013-01-30 Thread harryb87
I tried the code at this link, but its not working on Galaxy Young device. Having fragment exception at layout file. at code:- *setContentView(R.layout.activity_main);* 01-30 14:01:41.089: E/AndroidRuntime(451): FATAL EXCEPTION: main 01-30 14:01:41.089: E/AndroidRuntime(451):

Re: [android-developers] Re: Google Map Android Api V2 not working

2013-01-30 Thread harryb87
Yah, Official Google Map is installed at phone. On Tue, Jan 29, 2013 at 6:07 PM, Krishna Prasad krishnaprasadrs.1...@gmail.com wrote: check whether google map is installed in phone On Monday, January 21, 2013 10:05:10 PM UTC-8, Haps wrote: Hi Guys, I am trying to use the latest api

Re: [android-developers] Re: Google Map Android Api V2 not working

2013-01-30 Thread sree android
can u send your xml code. -- -- 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] Re: Google Map Android Api V2 not working

2013-01-29 Thread Krishna Prasad
check whether google map is installed in phone On Monday, January 21, 2013 10:05:10 PM UTC-8, Haps wrote: Hi Guys, I am trying to use the latest api launched by google i.e. *Google Map Android Api V2* All the code and each scenario is correct, but I am still having the blank fragments

Re: [android-developers] Re: Google Map Android Api V2 not working

2013-01-29 Thread sree android
see these link,it is usefull to u. http://android-er.blogspot.in/2013/01/using-mapfragment-instead-of.html -- -- 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

[android-developers] Re: Google Map Android Api V2 not working

2013-01-22 Thread lbendlin
what happens when you use a custom tile provider? On Tuesday, January 22, 2013 1:05:10 AM UTC-5, Haps wrote: Hi Guys, I am trying to use the latest api launched by google i.e. *Google Map Android Api V2* All the code and each scenario is correct, but I am still having the blank fragments

[android-developers] Re: Google map with airballoon image...

2013-01-17 Thread skink
tom wrote: Hi, I have created google map using android and set zoom control also.. Now i try to create a air balloons on top of the countries but i don't have any idea. So if you know please share with me... Thanks,

[android-developers] Re: Google Map Example Crashes?

2013-01-04 Thread bob
Make sure you have the right permissions. I bet you need INTERNET permission. On Friday, January 4, 2013 3:27:31 PM UTC-6, Dan Uff wrote: Hi all, I am very new to Android and Google Maps. I am trying to learn how to put a map in my app by using the below example:

Re: [android-developers] Re: Google Map Example Crashes?

2013-01-04 Thread TreKing
On Fri, Jan 4, 2013 at 4:23 PM, bob b...@coolfone.comze.com wrote: Make sure you have the right permissions. I bet you need INTERNET permission. Which he has, according to the manifest he posted with his question ...

[android-developers] Re: Google Map

2012-11-28 Thread antklim
Do you have a release API Key for Google Map. As I know during developing you can use only developer API Key. When you release your application you should use another (release) API Key. On 26 ноя, 15:58, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Nov 26, 2012 at 12:11 AM, Ehsan

Re: [android-developers] Re: Google Map

2012-11-28 Thread Ehsan Ghasisin
Hi antklim . No I don't release API key for google map . i just created a key for the first time in my system. how can I release a new key when release my application . On Tue, Nov 27, 2012 at 4:18 PM, antklim antk...@gmail.com wrote: Do you have a release API Key for Google Map. As I

[android-developers] Re: Google Map

2012-11-27 Thread Diogo Henrique
Ehsan, which Log leave the device ? try debug application in device and post the output. Em domingo, 25 de novembro de 2012 16h41min33s UTC-2, Ehsan Ghasisin escreveu: Hi Every one . I created Google map in android and test with emulator and it worked currently , but when install in

[android-developers] Re: google map activity - show message no network connection

2012-05-07 Thread lbendlin
use a toast. On Monday, May 7, 2012 11:44:06 AM UTC-4, athpapa wrote: Hello, I have a public class like this: MyLocationActivity extends MapActivity which shows me my location on google maps.But the program needs internet connection. How can I display a message that network connection is

[android-developers] Re: [Google Map] Handle click on route

2012-02-21 Thread Benjamin DJAHANDIDEH
On Feb 20, 4:19 pm, TreKing treking...@gmail.com wrote: Tip: Don't post a giant blob of unformatted, unreadable code. Post the least bit of code that will get the point across. No one is going to read through all that, it makes your post hard to read, and increases the chances of people

Re: [android-developers] Re: [Google Map] Handle click on route

2012-02-21 Thread TreKing
On Tue, Feb 21, 2012 at 2:51 AM, Benjamin DJAHANDIDEH d.djahandi...@gmail.com wrote: The main message of this post was 'Am I missing something ?', is there another solution to manage route clicking than the one I briefly exposed. Don't think so. There might be tricks for doing this faster

Re: [android-developers] Re: google map marker

2011-07-28 Thread Raghav Sood
Android cannot give you an error of lines not supported. Did you try modifying the code to work with your project or did you just blindly copy paste? Did you change the variables and the XML files to the ones you have in your project? There are thousands of tutorials for this on the Internet.

Re: [android-developers] Re: google map marker

2011-07-28 Thread arun kumar
Hello Raghav, you cannot understand my words. first analyze other words what they are saying and their situation right? then you tell your own suggestion. otherwise dont tell this kind of blindly copy paste words. On 7/28/11, Raghav Sood raghavs...@gmail.com wrote: Android cannot give you an

Re: [android-developers] Re: google map marker

2011-07-28 Thread Raghav Sood
I am not telling you to blindly copy paste. On the contrary I am telling you not to copy paste anything blindly. If you had bothered to read my mail properly you would have noticed that I asked you if you had changed the code given by Abhishek to be usable with your project. That is changed the

Re: [android-developers] Re: google map marker

2011-07-28 Thread arun kumar
ya i change his code for my purpose. but got some error. i tried another code and i got multiple markers in google map. Thanks for your suggestion RAGAV. -- 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] Re: google map marker

2011-07-27 Thread arun kumar
abhishek can you send source code with xml file and android manifest file like project. because i try your coding its shows error.like some lines are not supported. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2011-07-25 Thread Joan Pujol
Hi Katsiaryna. I've exatcly the same problem than you. I also have an application with tabs, and mapview in one of this tabs and have also exactly the same leak. Did you found any solution? A lot of thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2011-07-25 Thread Zsolt Vasvari
I don't know the Google map view, but do you have to pass in a Context object anywhere? If so, you may want to try to pass in ApplicationContext as opposed to your Activity. On Jul 26, 1:03 am, Joan Pujol joanpu...@gmail.com wrote: Hi Katsiaryna. I've exatcly the same problem than you. I also

[android-developers] Re: google map marker

2011-07-22 Thread Abhishek Akhani
Hi Arun I am giving you two code snippets from my application in which i used three different colored markers. One is myOverlay Class Which will be the inner class of your Map Screen Activity and another code is a function in your activity which creates itemized overlay objects according to

[android-developers] Re: Google Map Directions

2011-04-25 Thread Virendra Patidar
Any working code example will help.. On Sat, Apr 23, 2011 at 7:58 AM, Virendra Patidar virendrapati...@gmail.com wrote: I want to show the direction with arrow using google map between two locations in my application. Please help me in getting working code/API -- Best Regards, Virendra

[android-developers] Re: Google MAP api?

2011-03-07 Thread lbendlin
Let's try it this way: Create a new project against the Google API (not Android API) and select from existing project On Mar 7, 9:08 pm, Jignesh Kakkad \( Jiggy \) jig2n...@gmail.com wrote: Hi buddy, Thank you for reply Yeah, some working example or some sort example in the official

Re: [android-developers] Re: Google Map Error

2011-02-24 Thread Nesim TUNÇ
Hi, Sorry for the delayed reply :( Today I tried to solve it ... I changed the api Google Inc 7. I removed all android jar then I add the Google Inc 7 api. Then worked for me ... Thanks to all you ... On Tue, Feb 22, 2011 at 10:49 AM, pravin mohol pravin.mo...@gmail.comwrote: change your

Re: [android-developers] Re: Google Map Error

2011-02-22 Thread Nesim TUNÇ
I tried changed to Google Inc.:Google APIs:7 as my target platform in default.properties file. Same error and plus layot files cannot show the graphical ui, Missing theme error appears On Mon, Feb 21, 2011 at 5:27 PM, Spiral123 cumis...@gmail.com wrote: are you using the standard libraries and

[android-developers] Re: Google Map Error

2011-02-22 Thread pedro242
Basic remark.. Did you define your GoogleMapActivity in the manifest file? (activity android:name=.YourClassPath.GoogleMapActivity/ ) On Feb 21, 9:31 am, Nesim TUNÇ nesimt...@gmail.com wrote: Hi Awesome Developers! I'm trying to use Google Map in my Android App. My SDK version is 2.1 update 1

Re: [android-developers] Re: Google Map Error

2011-02-22 Thread pravin mohol
change your workspace or change your plug-in..you will solve it. On Tue, Feb 22, 2011 at 1:35 PM, Nesim TUNÇ nesimt...@gmail.com wrote: I tried changed to Google Inc.:Google APIs:7 as my target platform in default.properties file. Same error and plus layot files cannot show the graphical ui,

[android-developers] Re: Google Map Error

2011-02-21 Thread Spiral123
are you using the standard libraries and manually adding the Google Map jar? if so, change the properties of your app to point to the Google APIs instead. On Feb 21, 3:31 am, Nesim TUNÇ nesimt...@gmail.com wrote: Hi Awesome Developers! I'm trying to use Google Map in my Android App. My SDK

Re: [android-developers] Re: Google Map activity not working

2010-11-29 Thread 大辉
hi,Abhishek, this link is my googlemap demo code, http://bigcateasymorse.googlecode.com/svn/trunk/androidmapdemo1.0/,maybe it can help you。 2010/11/28 akkilis deepakverma.u...@gmail.com Ohh.I should have spotted this earlier. You have to add this in the applications element in the

[android-developers] Re: Google Map activity not working

2010-11-27 Thread akkilis
Abhishek, By looking upon your code nothing seems wrong with it. Have you obtained the key correctly? Can you post the error message so that issue can be looked upon. On Nov 27, 5:41 pm, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hi guys I was trying for the first time to make a

[android-developers] Re: Google Map activity not working

2010-11-27 Thread akkilis
Ohh.I should have spotted this earlier. You have to add this in the applications element in the manifest file: uses-library android:name=com.google.android.maps / i.e. Manifest should be like this: uses-permission ./uses-permission application ...

Re: [android-developers] Re: Google Map activity not working

2010-11-27 Thread Robin Talwar
Thanks man You saved my day. Can you also tell me how can i check the problems with the app through the log files?? Like what are the key elements i should be looking for? Regards On Sat, Nov 27, 2010 at 10:47 PM, akkilis deepakverma.u...@gmail.comwrote: Ohh.I should have spotted this

[android-developers] Re: Google Map activity not working

2010-11-27 Thread akkilis
On Nov 27, 10:17 pm, akkilis deepakverma.u...@gmail.com wrote: Ohh.I should have spotted this earlier. You have to add this in the applications element in the manifest file: uses-library android:name=com.google.android.maps / i.e. Manifest should be like this: uses-permission

Re: [android-developers] Re: Google Map activity not working

2010-11-27 Thread Robin Talwar
okay... i didn't get dat.. lol On Sat, Nov 27, 2010 at 11:36 PM, akkilis deepakverma.u...@gmail.comwrote: On Nov 27, 10:17 pm, akkilis deepakverma.u...@gmail.com wrote: Ohh.I should have spotted this earlier. You have to add this in the applications element in the manifest

[android-developers] Re: Google Map Pin

2010-11-24 Thread pedr0
Thanks so much! On 24 Nov, 13:57, Mark Murphy mmur...@commonsware.com wrote: On Wed, Nov 24, 2010 at 4:42 AM, pedr0 pulsarpie...@gmail.com wrote: I am looking for a default marker for overlay items in the maps, but I haven't finded it, something is wrong or really Google Map API don't

[android-developers] Re: Google Map Key issue please help

2010-06-01 Thread mah
The Android shell tells you permission denied even when the command you're trying to execute simply doesn't exist on the device. On May 26, 3:14 pm, Ali Murtaza mralimurt...@gmail.com wrote: Hi I use this code to get the finger print in android emulator i got message keystore: permission

Re: [android-developers] Re: Google Map Key issue please help

2010-06-01 Thread Ali Murtaza
Yap therefor you should go to the location where JAVA JDK is Installed lets go to location in command line c:\program files\java\jdk\bin and then run the query which is mention above On Tue, Jun 1, 2010 at 4:38 PM, mah m...@heilpern.com wrote: The Android shell tells you permission denied

[android-developers] Re: google map api are missing

2010-03-12 Thread raqz
sorry..but i dont find an google api listed there buddy...i dont find a link to download that as well...can you please help me On Mar 12, 4:56 pm, TreKing treking...@gmail.com wrote: On Fri, Mar 12, 2010 at 3:38 PM, raqz abdulraqee...@gmail.com wrote: hi..i wanted to use the MapActivity but i

Re: [android-developers] Re: google map api are missing

2010-03-12 Thread Mark Murphy
raqz wrote: sorry..but i dont find an google api listed there buddy...i dont find a link to download that as well...can you please help me http://developer.android.com/sdk/adding-components.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy

[android-developers] Re: google map api are missing

2010-03-12 Thread raqz
i checked the download manager but i dont find the google api package there as well... i downloaded the entire sdk again to check but its not present in the addon either...nor am i able to get it from the manager On Mar 12, 5:09 pm, Mark Murphy mmur...@commonsware.com wrote: raqz wrote:

[android-developers] Re: Google Map Error

2010-02-11 Thread Vaikunth
Use onCreate() method. Like public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.map_test); map=(MapView)findViewById(R.id.map); ::: } I have no issue by calling

Re: [android-developers] Re: Google Map Error

2010-02-11 Thread Sasikumar.S
Thank U. I did the same and i got the answer Pls see the below link tell the answer http://groups.google.com/group/android-developers/browse_thread/thread/9f10a3c2511b4b6d http://groups.google.com/group/android-developers/browse_thread/thread/9f10a3c2511b4b6d On Thu, Feb 11, 2010 at

Re: [android-developers] Re: Google Map Error

2010-02-10 Thread Daniel Drozdzewski
ok, the exception you see means that you can set content view only once; Make sure you call setContentView() method only once rather than each time you want to bring the activity to foreground. Daniel On Wed, Feb 10, 2010 at 4:44 AM, Sasikumar.S sasikumar.it1...@gmail.com wrote: Thank You

[android-developers] Re: Google Map Error

2010-02-09 Thread Daniel Drozdzewski
... Caused by: java.lang.IllegalStateException: You are only allowed to have a single MapView in a MapActivity ... where do you call setContentView() from? It should be called from onCreate(). Daniel On 9 Feb, 13:10, Sasikumar.S sasikumar.it1...@gmail.com wrote: Hi, when i'm using Google

Re: [android-developers] Re: Google Map Error

2010-02-09 Thread Sasikumar.S
Thank You Daniel. I'm not calling setContentView() on onCreat(). I'm calling setContentView() on some other method. According to my program i can't able to set setContentView() in onCreat(). How to recreate it , to see one more time. can you pls give suggestion?... On Tue, Feb 9, 2010 at 8:14

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2010-01-21 Thread Katsiaryna
Still no luck. Seems I should report it as a bug... On Jan 15, 6:27 pm, Katsiaryna katsiaryna.nali...@ndrc.ie wrote: Hello All, I am trying to get rid of the memory leaks in my application. The structure of the application is as follows: the main tab activity includes several other

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread windstorm
If the tilesSteve mentioned is like grid without any street or city, that's exactly the same problem I met with. Dunno the solution yet, and I did have the internet permission On Dec 6, 11:23 pm, Mark Wyszomierski mar...@gmail.com wrote: What do you mean you only get the tiles? You mean the

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread Andrei
this is because u did not put correct license string for maps, which is based on certificate u use to sign app On Dec 7, 12:47 pm, windstorm likunarmstr...@gmail.com wrote: If the tiles    Steve mentioned is like grid without any street or city, that's exactly the same problem I met with.

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread warunsl
Hi, If u mean only the grid is appearing, then you would want to check if you have specified your API-key in the layout.xml file. If yes, then see if you have given the INTERNET permissions and uses-library in the AndroidManifest.xml file. Hope this helps.. Regards, Varun On Dec 7, 1:30 am,

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-06 Thread Mark Wyszomierski
What do you mean you only get the tiles? You mean the actual map tile images (like roads and cities)? That would be odd. If you have your map key setup properly, and the tiles are what's not showing up (which is probably the case), make sure you have the internet access permission defined in your

[android-developers] Re: google map

2009-04-02 Thread vivien wu
Hi, All, I met the same issue with Bin. Maps exists on SDK 1.0, 1.1, and G1 but doesn't exist on emulator build by myself with SDK source code. How to install maps as the default application ? I can't find source code for maps under android\packages\apps. Does it require additional license with