Re: [android-developers] Application is not installed on your phone

2011-04-21 Thread Kostya Vasilyev
David, Remove android:permission="internet" from inside the and tags. 22.04.2011 2:29 пользователь "ABSOLUT" написал: > When I Click the icon to run the app. An error occurs saying > "Application is not installed on your phone" > In logcat I see: > 04-21 22:00:17.711: ERROR/Launcher(128): Laun

[android-developers] Application is not installed on your phone

2011-04-21 Thread ABSOLUT
When I Click the icon to run the app. An error occurs saying "Application is not installed on your phone" In logcat I see: 04-21 22:00:17.711: ERROR/Launcher(128): Launcher does not have the permission to launch Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10

Re: [android-developers] Application is not installed on your phone

2010-07-19 Thread Mark Murphy
You cannot hold the WRITE_SECURE_SETTINGS permission unless you are part of the firmware. On Mon, Jul 19, 2010 at 9:23 AM, JOBZ wrote: > >  In the log cat  below errors are showing > > >   17:11:10 - GolfLogix]adb is running normally. > [2010-07-17 17:11:10 - GolfLogix]Performing > com.golflogix.

[android-developers] Application is not installed on your phone

2010-07-19 Thread JOBZ
In the log cat below errors are showing 17:11:10 - GolfLogix]adb is running normally. [2010-07-17 17:11:10 - GolfLogix]Performing com.golflogix.ui.startup.SplashScreen activity launch [2010-07-17 17:11:11 - GolfLogix]Application already deployed. No need to reinstall. [2010-07-17 17:11:11 -

Re: [android-developers] "Application is not installed on your phone" error on Nexus One

2010-06-25 Thread Dianne Hackborn
You just got lucky that other launchers requested the internet permission. Probably because people's custom launchers have all these widget things built into them that need to do networking, while for the platform we are pretty rigid about isolating things. On Fri, Jun 25, 2010 at 3:14 PM, Dana E

Re: [android-developers] "Application is not installed on your phone" error on Nexus One

2010-06-25 Thread Dana Epp
Thanks Dianne! That seems to be the issue. For some reason that was set in the . According to the source control logs, that has been there since day one, generated somehow by Eclipse. I am surprised we never had this error before. Is Nexus One just more strict than other devices for this? I am wo

Re: [android-developers] "Application is not installed on your phone" error on Nexus One

2010-06-25 Thread Dianne Hackborn
That is saying that your main activity has declared that it requires callers have the internet permission to invoke it. Check to make sure you didn't put android:permission="..." for that activity. On Fri, Jun 25, 2010 at 9:38 AM, Dana Epp wrote: > Hey guys, > > I have an interesting problem I

[android-developers] "Application is not installed on your phone" error on Nexus One

2010-06-25 Thread Dana Epp
Hey guys, I have an interesting problem I just can't seem to get through. I hung out yesterday in the IRC during office hours in hopes to find someone, but I guess the Google guys are swamped and couldn't make it. We have an app that we have tested successfully across 10 different devices on 4 di

[android-developers] Application is not installed on your phone ERROR while launching the application?

2009-11-07 Thread pink 444
Hi, I have created an application and installed on the HTC mobile. while launching the application some times it is giving the ERROR application is not installed on your phone . And some other times even though application is installed it is being displayed in application launcher.