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.