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

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.

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