NewDevelopement / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

android.media.MediaFile unresolved reference in RingsExtended application #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the source code for RingsExtended sample app
2. Attempt to build it
3. Unresolved reference to android.media.MediaFile class

What is the expected output? What do you see instead?
Expected application to compile but it didn't.

What version of the product are you using? On what operating system?
Latest android dev environment, Eclipse 3.5.2, Windows 7 64 bit

Please provide any additional information below.
There is no reference to an android.media.MediaFile class in the latest
JavaDoc api but there is a reference here:

http://www.androidjavadoc.com/1.1_r1_src/android/media/MediaFile.html

Is this a deprecated class no longer supported?

Original issue reported on code.google.com by jbende...@gmail.com on 17 Mar 2010 at 9:07

GoogleCodeExporter commented 8 years ago
MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING

Original comment by geoff.si...@gmail.com on 10 Oct 2010 at 10:31