7 messages in com.googlegroups.android-developersAPK installation fails
FromSent OnAttachments
vlada02 Jan 2008 01:39 
ahlongxp02 Jan 2008 05:54 
vlada02 Jan 2008 06:59 
patr...@gmail.com02 Jan 2008 07:08 
vlada02 Jan 2008 08:12 
RagingBender02 Jan 2008 09:12 
vlada02 Jan 2008 18:19 
Subject:APK installation fails
From:vlada (skrb@gmail.com)
Date:01/02/2008 01:39:17 AM
List:com.googlegroups.android-developers

Hi all,

I made application in Eclipse and run it as described on net, so emulator starts my program but it doesn't appear in "applications" menu if I check there. It means that when I start emulator again without Eclipse, I can't see the application.

When check in "adb shell" with "cd data/app" and "ls", there is the name of such application. Also, if I install it manually it appears there but in the emulator.

The problem is strange because I can install other applications without problems, and can't find anything different except I am using READ_CONTACTS permission and four activities in manifest file, but there should be no problems. I even tried to remove permission and leave only one activity, but no results...

If anybody knows the solution, please help.