No..I searched in the downloaded directories and found 'base\core\java \com\android\internal\os' but couldn't find ServiceManager.java inside the folder ! What about classes in other packages like java.nio.channels,etc ?Where can i find the source for these classes?
-Adithya On Nov 3, 8:25 pm, letlite <[email protected]> wrote: > ServiceManager.java is in frameworks/base/core/java/android/os. > If in Unix, use the find command: "find frameworks/base/core -name > 'ServiceManager.java'" > > On Nov 1, 10:25 pm, adithya <[email protected]> wrote: > > > Hi all, > > > I have downloaded some amount ofandroidsourcecode(for Bluetooth > > API's, wifi API's,etc)..I was just browsing through Bluetoothsource > >codein eclipse and bumped on this ServiceManager class whosesource > >codei couldn't read !! When i browsed through theandroid.jar i > > couldn't see thesourcecodefor few packages like java.nio ,etc.. > > > I have downloaded git for windows and whateversourcecodei have is > > through the following command : > > > git clone git://source.android.com/platform/frameworks/base > > and put all the java files into a 'sources' folder which worked.. > > > How can i get thesourcecodefor aforementioned classes ?? > > > Thanks, > > Adithya. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

