Re: [android-developers] what is the source version at the source.android.com website?

2010-12-13 Thread Julie Andrews
On Mon, Dec 13, 2010 at 12:24 PM, goodwin weigoodw...@gmail.com wrote: I use git clone the IM application from the source website. many errors in source code. many obect methods are not in the sdk of above 1.5. for example Cursor Cursor c = mContentResolver.query(mMessageURI, projection,

[android-developers] what is the source version at the source.android.com website?

2010-12-12 Thread goodwin
I use git clone the IM application from the source website. many errors in source code. many obect methods are not in the sdk of above 1.5. for example Cursor Cursor c = mContentResolver.query(mMessageURI, projection, selection, new String[]{Integer.toString(Imps.MessageType.POSTPONED)},