Android :: Google Map Not Showing After Publishing Android Application?
Mar 2, 2010
while testing application on eclipse using emulator google map is being displayed properly. but when i exported application to publish it. Google map is gone. can any one guide me what mistake am i doing?
View 1 Replies
Aug 26, 2010
I have my application run on development environment (eclipse - testing using device), then i do right click on my project folder - android tools - export signed application package, then i create new key store and add my information there, then it'll produce the .apk then i put it up on my own webserver (I intend to put it on my own web server and android market place as well) but then, once i try to download my .apk from my testing handset - it said:
"cannot download. the content the content is not supported on this phone"
this is weird, since i do my testing on this same handset as well. so my question are:
- what is the proper way to sign my app so it can be downloaded all the way through my own web server?
but I still can put it up on android market as well? - I have my android market account.
-is there any walk-through for it?
Well Hope someone can give me the answer, I really appreciate your help!
View 1 Replies
View Related
Aug 26, 2009
I'm a french student working on an android game called : MemoGame.
I've successfully published my first version on the android market using my keystore But now i have a problem when i want to upgrade my application, here the error :
The apk must be signed with at least one certificate in common with the previous version.
But i'm using the exact same keystore.
View 2 Replies
View Related
Nov 2, 2010
when i update my status from the app on my phone (droid x), it only shows up on MY wall and not on the usual list that my friends see...I have deleted the app, re-downloaded, clear data, etc. On facebook on the PC, under account settings and "other applications" where facebook for android would be listed, it is NOT there...so that may be the problem, but why isn't is showing up in the list?
View 3 Replies
View Related
Jan 18, 2010
Is there a way to test the application on the real device without publishing to android market?
View 2 Replies
View Related
Oct 28, 2010
Im tossing up at the moment whether or not to start developing for iPhone or Android. The main thing drawing me towards Android at the moment is that apps are developed using Java, which I like, as opposed to Objective-C, which I hate. Really though, the next thing on my list is to consider the costs. Apple requires you to join their iPhone developer program for $99/year, plus yield 30% of each sale of your app to Apple. I noticed that google charges $25 to register as a developer. I wanted to confirm firstly, is that $25 recurring or is it just one off? Second, are there commisions charged when our apps are purchased, or do we recieve the whole sale price? I also wanted to ask, does google provide an Android emulator that we can use to test applications without actually copying them over to an actual Android device?
View 1 Replies
View Related
Jan 18, 2010
Do you about how to install application without any developer's tool(Eclipse, android SDK tools) no the real device? I've compiled and created .apk file. Now I am gonna send apk file to my friend.He is not android developer. And he doesn't know about how to use eclipse. And I don't want to publish my application to android market.Is there a way to launch the application on real device without publishing and Eclipse? I've found a solution related this issue.
http://androidforums.com/t-mobile-mytouch-3g/18657-best-way-load-apk-file-touch-3g.html
But I am not sure this post.Because it has risk.Any suggestion?
View 4 Replies
View Related
Sep 1, 2010
I'm beginner of Android.I want to run my first application on emulator. I use eclipse.I don't know what's happen. I installed my apk. I "register" my acitivity in manifest file, but I can't see it in list of application. When I open manage application setting it's written that my apk is installed. I searched about it everywhere. Even in faq of Android Development there is post about but I did all this things.
View 1 Replies
View Related
Aug 29, 2010
I do not see a means to put key words or meta tags on an app when publishing it to the android market. Is there a way to do this? Such that if one builds an app for the physical therapy industry a PT an search PT. The current search only seems to search the app title.
View 1 Replies
View Related
Oct 25, 2009
I would like to show the current version of my application. Is it possible to extract the values "android:versionCode" and "android:versionName" from the Manifest with any Java method?
View 4 Replies
View Related
Apr 10, 2009
I want to display graph(time ver distance) in Activity , how should be this achieved in Android. is there any tut available?
View 5 Replies
View Related
Jun 17, 2010
My application has an emergency button which dials 911 when clicked on. Every thing on the app is working fine. But I just discovered that whenever I try to add another call when I am in a call, it promps me to complete the action using. 1. my app 2. The normal phone And when I click on my app, it just opens my app. I do not understand what is causing this and do not want my app to be shown in that list.
View 7 Replies
View Related
Feb 12, 2010
Just got my Hero few days ago and am loving it! I put everything into my google calendar in separate calendars but in my hero, it's only showing the primary one. I checked under the calendar settings and ALL calendars are visible and ticked. Would anyone know the answer to this?
View 1 Replies
View Related
Sep 20, 2010
I'v encountered a problem with Google Maps on Android. In my app I have a location-chooser where the user navigates to his desired location to save the exact street location. In order for the user to actually see what street he is no (and not just the general area) I need to mark the middle of the map clearly.
The problem is that the reticle (the little circle marking the center) from Google Maps usually won't show. It appears at the most 1 out of 10 times I open the map, probably less. This happens regardless if I add other overlays or if I just show the map as is. I am aware of ReticleDrawMode and have tried setting it to DRAW_RETICLE_OVER, but this does not seem to work (and it should be the default already).
Have I missed something here? I have searched for the problem and from what I have see the problem seems to be common, but I havn't seen a solution for actually forcing it to always show, only for hiding it.
If the reticle is broken, does anyone have a good suggestion for how to create a custom one? As I said the the user will navigate the map, so I can't just do a normal overlay on a fixed point of the map, and the map also does not take up the full screen so drawing something over it is a bit ugly (although I guess that will be my last resort).
View 1 Replies
View Related
Nov 4, 2010
On Tuesday, I released my first app to the Android Market. Since then I found a few bugs which I have fixed and uploaded a new version.In the Developer Console, it still shows the version number as the original (v0.8.0) but the last version uploaded is different (v0.9.0).If I check the market on my phone, then the update is not even showing.How long before they show?Can I check if there are any errors with my upload process? Does a different filename for the apk matter?
View 2 Replies
View Related
Dec 3, 2009
I've got an app that I would like to install without having an icon show up in the application tray.If I don't specify an icon in my manifest, Android still plops a default icon in the tray.How do I prevent this?
View 13 Replies
View Related
Jun 20, 2010
old question: "Why does creating a Toast crash my application?" My application runs fine if I don't use toasts but if I want to create and show a simple Toast I get these lines in the log and then the app crashes.
View 4 Replies
View Related
Mar 27, 2009
I need help finding the right email app.The default one is horrible. The problem I am having is that it doesn't differentiate new emails from old. Every time I open the inbox in any of my email accounts, it always shows all emails as new. I don't know which one's I read or not. It's not bad if it takes me directly to the email, but when I have emails for multiple inboxes, I don't know which ones have the new email. I called tmobile tech support and was told that unless I delete the read emails from the server, the phone will keep reloading them as new. On my old phone, the messages I read where marked as read and stayed that way. When I got a new email, it was clear which one it was because it was highlighted.
Also, I've just switched to the g1 from a business phone, so I'm really new to this still. The couple things that I would like to figure out how to do is, first, I would like to know how I can search my contacts both by name or business. I've transfered the contact info from outlook to the g1 and so I have both name and business information. However, when I search using the keyboard, I can only search by name. If I put in the name of the company, it doesn't show up. Also, is it possible to have both shown. On my old phone when searched for either the person name or business name, the result showed both. For example, if I searched for lauren or Unico, it would show up as Lauren with Unico below it. Also, this way if I have more than one lauren, I can distinguish between them without having to click through each one.
Secondly, is it possible to set up "speed dial" function. Basically, if I pull up the dialer and press 2 for like 2 seconds it will. Third, I used to have my phone setup that I would have what ever my next appointment was, it would show on the home screen. Is that possible with this phone. Is it possible to allocate certain space on the home screen to preview upcoming appointments.
View 2 Replies
View Related
Aug 26, 2010
I have uploaded an application in Android market. But when I search for the app the app do not appear in the autocomplete box which appears below the search box. For example, if I type "h" in the search box the autocomplete box will have the applications with "h". But in my case I need to type the complete name of the application.
View 1 Replies
View Related
Jun 16, 2010
i developed application with map service and webservices when i run application its became very slow and continuosly it is showing activity not responding force close or wait.
View 1 Replies
View Related
Apr 28, 2010
I am using the gmail calendar and put my events in. For some reason not all events are showing up in my phone. 10 events in one of my calendar are on my gmail calendar and only a couple are showing up on my phone.
View 1 Replies
View Related
Oct 1, 2010
I had to have the hard drive on my laptop replaced but they were able to clone it before reinstalling, so I did not lose any data.
However, when I open up my Google account, all the tasks that were there seem to be gone. I still have all my Tasks on GTasks, and I have chosen "Synchronize" in Gtasks, but they are still not showing up in Google calendar.
Why this might be happening and how I can get my tasks back into Google?
View 5 Replies
View Related
Sep 30, 2010
I have one google maps application it does not show the maps it only shows the lines. It does not show the mapview,and i also have the internet Connection
And it also genrate the following error
CODE:.............
This is My mainfest
CODE:........
And main.xml
CODE:...................
View 2 Replies
View Related
Aug 10, 2009
I'm a developer in the UK who wants to publish (and charge for) some applications to the Android Market. I don't have my own company, and don't know anything about tax.
What do I need to do regarding tax?
1. Should I put all (or half or any fraction of) the earnings aside until the taxman asks me for some money?
2. What about sales in the US, does the same apply?
3. Is it considered income tax?
View 2 Replies
View Related
Apr 27, 2009
Suppose you upload a paid app and you want to test if it works correctly when downloaded from Android Market - do you pay for it? Are your own apps free to you? And to download it from the market, do you have to make it visible to the whole world? I tried to upload an app, the uploader accepts it, but when I try to download it from the phone it says "package file was not signed correctly".
It's unacceptable that the uploader checks to see if a file is signed, but it somehow performs *Different* tests than what the phone actually does when it downloads apps. I hope I can debug this further without having to publish my app to test it and make my app momentarily visible to everybody.
View 12 Replies
View Related
Apr 14, 2010
I followed this guide here perfectly and have gone through it again but when I run the program on my google avd the page loads but only Grey tiles appear and it doesn't show a map which it should.
Does anyone have any ideas?
View 5 Replies
View Related
Mar 25, 2010
I can text, receive text, and also receive calls from my Google Voice #.But when I try to make calls using my google voice # it keeps showing my actual phone number to the people I'm calling.I've set the phone to ask whether or not to use google voice or actual # and I've also tried the use google voice for all calls and I get the same results for both, it keeps calling from my actual #.Hopefully I'm making sense with my problem.
View 5 Replies
View Related
Dec 26, 2009
I accept and share my location however it doesn't set. It won't add the friends to my list, and if I exit and go back it shows the requests again.
View 1 Replies
View Related
Mar 5, 2009
Is Google Latitude available in the UK or not, because it doesn't seem to be working for me? I have received the RC9 update for G1 and have Google Maps 3.0. Is there an a Google Latitude application that I should have or do I access everything through Google Maps? When I go the www.google.com/latitude on my G1, it offers me the option of "launching" Latitude but it just takes me to Google Maps. From there, I cannot see the locations of my Google "friends" (who have agreed to show location), neither does my own location show up on the Latitude homepage on the web (I have settings turned to "detect my location automatically").
View 13 Replies
View Related
Sep 24, 2010
This is Rock, I unable to find my application in android market.I am using HTC wild fire hand set to download application from market.My Hand Set supports android 2.1.I searched for my application by name "Vedic Maths" in market it's saying that no such file found. My application has been shown in some non official sites like androidpit.
View 2 Replies
View Related