Re: [android-developers] why doesn't the stock android emulator have a file explorer?

2012-01-06 Thread greenlion89
This brings me to another question, how can I install apps on the emulator through the marketplace? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] why doesn't the stock android emulator have a file explorer?

2012-01-06 Thread Kristopher Micinski
You can't: the marketplace doesn't install on the emulator. You can do an adb push, however. Perhaps google 'adb push emulator' or 'install apps on emulator' and I'm certain this will expose some information... kris On Fri, Jan 6, 2012 at 8:46 PM, greenlion89 przemek...@gmail.com wrote: This

[android-developers] why doesn't the stock android emulator have a file explorer?

2012-01-04 Thread greenlion89
I wish the emulator would have a file explorer so I could test my intent, am I missing something here? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] why doesn't the stock android emulator have a file explorer?

2012-01-04 Thread Mark Murphy
There is no file explorer in Android in general. Most Android devices do not ship with a file explorer. You are welcome to find an open source file explorer and install that in your emulator. On Tue, Jan 3, 2012 at 9:07 PM, greenlion89 przemek...@gmail.com wrote: I wish the emulator would have a