Cupcake is not yet ready for "ordinary developers" -- that will be when a Cupcake SDK is released. At this point, if you want to play with cupcake features, you should expect to be playing in the platform world.
On Mon, Feb 16, 2009 at 3:36 PM, Pascal Merle <[email protected]>wrote: > > It's a pity that you require new developers to do this by themselves. > For the masters it should be quite easy to update something multiple > times. > But for the ordinary developer this requires several days of learning > stuff! > > I have removed the @hide lines from AudioRecord.java, AudioTrack.java, > AudioFormat.java, AudioManager.java and AudioSystem.java. But that > has not helped much. This is just the first 9 out of 37 almost similar > build errors: > > frameworks/base/media/java/android/media/AudioRecord.java:33: error 1: > Unresolved link/see tag "#read(byte[], int)" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:33: error 1: > Unresolved link/see tag "#read(short[], int)" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:191: error > 1: Unresolved link/see tag "MediaRecorder.AudioSource.DEFAULT" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:191: error > 1: Unresolved link/see tag "MediaRecorder.AudioSource.MIC" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:192: error > 1: Unresolved link/see tag "AudioFormat.CHANNEL_CONFIGURATION_MONO" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:192: error > 1: Unresolved link/see tag "AudioFormat.CHANNEL_CONFIGURATION_STEREO" > in android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:195: error > 1: Unresolved link/see tag "AudioFormat.ENCODING_PCM_16BIT" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:195: error > 1: Unresolved link/see tag "AudioFormat.ENCODING_PCM_8BIT" in > android.media.AudioRecord > frameworks/base/media/java/android/media/AudioRecord.java:204: error > 4: @param tag with name that doesn't match the parameter list: > 'bufferSizeInBytes' > > Can you please help? Thanks a lot! > > PS: It must be "make update-api" (instead of api-update) in Breno's > post, although I don't know what update-api does. > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
