[android-beginners] Re: android media Apps

2009-09-08 Thread Kacper86

have you set Android SDK 1.5 in Eclipse?

On Aug 20, 1:53 pm, nitin ni...@infocratsweb.com wrote:
 hello,

 I could not see Window/Android AVD Manager in Eclipse. I also tried to
 see it after running the application in emulator, how can I see it?
 could you please help?

 On Jul 23, 5:01 pm, Kacper86 cpph...@gmail.com wrote:

  In Eclipse click Window/Android AVD Manager. There you can create a
  new instance of emulator. If you want it to have a virtual SD Card
  then fill in the field SDCard (e.g. you can fill it with 64M).

  I'm not sure if you can add a new card to an existing emulator.

  On Jul 23, 10:42 am, atharva chauthaiwale atharva.c...@gmail.com
  wrote:

   Hi friends,
                   I m trying to play a .mp3 file using MediaPlayer class on
   android emulator . I referred code from ApiDemos. It says that media file
   should be present on SD card. How do I emulate SD card on emulator? When I
   tried to run default media player application it says SD card not 
   installed.
   Same error message I get while tryign to use camera. Thanks in advance for
   help :)

   Regards,
   Atharva


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android media Apps

2009-08-20 Thread nitin

hello,

I could not see Window/Android AVD Manager in Eclipse. I also tried to
see it after running the application in emulator, how can I see it?
could you please help?


On Jul 23, 5:01 pm, Kacper86 cpph...@gmail.com wrote:
 In Eclipse click Window/Android AVD Manager. There you can create a
 new instance of emulator. If you want it to have a virtual SD Card
 then fill in the field SDCard (e.g. you can fill it with 64M).

 I'm not sure if you can add a new card to an existing emulator.

 On Jul 23, 10:42 am, atharva chauthaiwale atharva.c...@gmail.com
 wrote:

  Hi friends,
                  I m trying to play a .mp3 file using MediaPlayer class on
  android emulator . I referred code from ApiDemos. It says that media file
  should be present on SD card. How do I emulate SD card on emulator? When I
  tried to run default media player application it says SD card not installed.
  Same error message I get while tryign to use camera. Thanks in advance for
  help :)

  Regards,
  Atharva
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android media Apps

2009-08-06 Thread Kacper86

Hi,

Sorry for delay, but I was on holidays :)

1. Debug any app and go to DDMS perspective. Then use File Explorer to
pull or push files into device.
2. /sdcard

On Jul 24, 5:56 am, atharva chauthaiwale atharva.c...@gmail.com
wrote:
 Hi,

 �...@kacper86 Thanks for help... It worked. However, I have one more problem
 ...

 1. How can I add media files on SD card?
 2. What is the path of virtual SD card on local drives

 On Thu, Jul 23, 2009 at 5:31 PM, Kacper86 cpph...@gmail.com wrote:

  In Eclipse click Window/Android AVD Manager. There you can create a
  new instance of emulator. If you want it to have a virtual SD Card
  then fill in the field SDCard (e.g. you can fill it with 64M).

  I'm not sure if you can add a new card to an existing emulator.

  On Jul 23, 10:42 am, atharva chauthaiwale atharva.c...@gmail.com
  wrote:
    Hi friends,
                   I m trying to play a .mp3 file using MediaPlayer class on
   android emulator . I referred code from ApiDemos. It says that media file
   should be present on SD card. How do I emulate SD card on emulator? When
  I
   tried to run default media player application it says SD card not
  installed.
   Same error message I get while tryign to use camera. Thanks in advance
  for
   help :)

   Regards,
   Atharva
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android media Apps

2009-07-23 Thread Kacper86

In Eclipse click Window/Android AVD Manager. There you can create a
new instance of emulator. If you want it to have a virtual SD Card
then fill in the field SDCard (e.g. you can fill it with 64M).

I'm not sure if you can add a new card to an existing emulator.

On Jul 23, 10:42 am, atharva chauthaiwale atharva.c...@gmail.com
wrote:
 Hi friends,
                 I m trying to play a .mp3 file using MediaPlayer class on
 android emulator . I referred code from ApiDemos. It says that media file
 should be present on SD card. How do I emulate SD card on emulator? When I
 tried to run default media player application it says SD card not installed.
 Same error message I get while tryign to use camera. Thanks in advance for
 help :)

 Regards,
 Atharva
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android media Apps

2009-07-23 Thread atharva chauthaiwale
Hi,

 @Kacper86 Thanks for help... It worked. However, I have one more problem
...

1. How can I add media files on SD card?
2. What is the path of virtual SD card on local drives
On Thu, Jul 23, 2009 at 5:31 PM, Kacper86 cpph...@gmail.com wrote:


 In Eclipse click Window/Android AVD Manager. There you can create a
 new instance of emulator. If you want it to have a virtual SD Card
 then fill in the field SDCard (e.g. you can fill it with 64M).

 I'm not sure if you can add a new card to an existing emulator.

 On Jul 23, 10:42 am, atharva chauthaiwale atharva.c...@gmail.com
 wrote:
   Hi friends,
  I m trying to play a .mp3 file using MediaPlayer class on
  android emulator . I referred code from ApiDemos. It says that media file
  should be present on SD card. How do I emulate SD card on emulator? When
 I
  tried to run default media player application it says SD card not
 installed.
  Same error message I get while tryign to use camera. Thanks in advance
 for
  help :)
 
  Regards,
  Atharva
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---